-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (65 loc) · 959 Bytes
/
style.css
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
75
76
77
78
79
80
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.clearfix:after{
content: "";
display: table;
clear: both;
}
body{
font-family: Arial;
font-size: 18px
}
h1,h2{
color:rgb(48, 186, 48);
}
h1{
font-size: 40px;
margin-bottom: 20px;
}
h2{
font-size: 30px;
margin-bottom: 10px;
}
.main-text{
text-align: justify;
margin-bottom: 20px;
}
.author-text{
float:left;
font-size: 22px;
margin-top: 30px;
margin-left: 30px;
}
.container {
width: 1140px;
margin: 20px auto 0 auto;
}
.blog-post{
width: 75%;
float: left;
padding-right: 20px;
}
.other-posts {
width: 25%;
float: right;
}
.author-box {
padding-top: 10px;
border-top: 1px solid #696161;
}
.other {
margin-bottom: 40px;
}
.author-box img{
width: 100px;
height: 100px;
border-radius: 50%;
float:left;
}
.blog-post img{
width: 150px;
height: 150px;
}