-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-content.css
More file actions
74 lines (60 loc) · 1.02 KB
/
main-content.css
File metadata and controls
74 lines (60 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#main-content-container {
/* background-color: rgb(206, 233, 196); */
width: 1200px;
height: auto;
margin: 0 auto;
}
#tech {
width: 49px;
border-bottom: #BB1919 3px solid;
}
.big-article {
background-color: rgb(178, 238, 193);
height: 512px;
width: 39%;
float: left;
border: white 6px solid;
}
.small-article {
background-color: rgb(234, 247, 238);
height: 250px;
width: 19%;
float: left;
border: white 6px solid;
position: relative;
}
.no-description {
height: 192px;
}
.big-article a {
font-size: 25px;
}
.small-article a {
font-size: 14px;
}
.small-article p {
margin-bottom: 0;
}
.article-bottom a {
font-weight: normal;
padding-left: 7px;
border-left: gray 1px solid;
}
.article-bottom {
margin-top: 0;
padding: 0;
position: absolute;
bottom: 2px;
}
.article-bottom img {
position: relative;
height: 14px;
top: 2px;
}
li .small-link {
font-size: 14px;
}
#watch {
width: 150px;
float: left;
}