-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
68 lines (58 loc) · 1.08 KB
/
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
body {
background: #3a3a3a;
font-family: tahoma;
max-width: 900%;
margin: auto;
}
.photo {
border-radius: 90px;
border: solid;
color: white;
margin: auto;
width: 100%;
}
#title,
.subtitle,
.post_title {
color: white;
}
#title {
text-transform: uppercase;
}
a {
text-decoration: line-through;
color: white;
}
.post_title {
font-size: 25px;
font-style: italic;
margin: 40;
margin-bottom: 30px;
margin-left: 10px;
}
.post {
background: rgb(214, 86, 107);
padding: 15 px 15px 5px 15px;
border: 5px solid rgb(214, 86, 107);
border-top: 5px solid rgb(214, 86, 107);
border-left: 5px solid rgb(214, 86, 107);
margin: 40px;
border-radius: 10px;
}
.post_content {
margin: 30;
margin-bottom: 15px;
text-transform: capitalize;
text-align: justify;
}
.post_image {
margin-bottom: 15px;
width: 100%;
}
.contacts_list {
list-style-type: none;
padding-left: 15px;
}
.contacts_list li a {
text-decoration: none;
}