-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyStyle.css
101 lines (86 loc) · 1.51 KB
/
myStyle.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
body {
margin: 0;
padding: 0;
font-family: "Work Sans", sans-serif;
font-size: 14px;
background-color: #E74C3C;
max-width: 100vw;
}
.masthead {
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color: white;
}
h3,
#towhite {
color: white;
}
#toblack {
color: black;
}
#title {
text-align: center;
margin-bottom: 1rem!important;
}
#subtitle {
text-align: center;
margin-bottom: 3rem!important;
}
#footer {
background: url(/images/traverous-footer.jpg);
background-repeat: repeat;
background-size: auto;
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
bottom: 0;
padding: 100px;
display: block;
color: black;
}
section a {
color: black;
}
.box {
border: solid 1px white;
border-radius: 5%;
padding: 2%;
}
.thesection {
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
background-color: white;
padding-top: 50px;
}
.timeline_margin {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.timeline_img {
width: 520px;
height: 550px;
}
.timeline {
box-sizing: border-box;
display: inline-block;
text-align: left;
vertical-align: top;
}
.profile_timeline {
border: 3px solid #E74C3C;
width: 100%;
}
.h100 {
margin-top: 80px;
}
.blogpost {
max-width: 614px;
width: 100%;
margin-left: auto;
margin-right: auto;
}