-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-stylesheet.css
85 lines (70 loc) · 1.22 KB
/
home-stylesheet.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
81
82
83
84
#container {
font-family: "Lato", sans-serif;
width: 100%;
}
#bodycontent {
margin-top: 80px;
width: auto;
margin-left: 25%;
margin-right: 25%;
}
article {
line-height: 200%;
}
h3 {
border-bottom: 1px solid #A8A8A8;
}
#aboutmebox {
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
/*border-bottom: 3px solid #A8A8A8;*/
}
#blogbox {
margin-top: 0px;
width: auto;
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
}
.blog-menu {
text-decoration: none;
width: auto;
display: block;
background-color: white;
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #C0C0C0;
color: black;
text-align: center;
}
#blog-menu:first-of-type {
text-decoration: none;
width: auto;
display: block;
background-color: white;
padding-top: 80px;
padding-bottom: 30px;
border-bottom: 1px solid #C0C0C0;
color: black;
text-align: center;
}
#blog-menu:last-of-type {
text-decoration: none;
width: auto;
display: block;
padding-top: 15px;
padding-bottom: 15px;
color: black;
text-align: center;
}
#culturebox {
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
}
#photographybox {
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
}