-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
128 lines (103 loc) · 1.69 KB
/
styles.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
line-height: 1.5;
background-color: f5f2f2;
margin: auto;
}
header {
font-size: 20px;
font-weight: 900;
font-family: 'Josefin Sans', sans-serif;
margin: 30px;
}
a {
color: ff78cb;
}
main {
width: 800px;
margin: auto;
}
section {
margin: 30px;
padding: 30px;
vertical-align: middle;
background-color: ffffff;
border-radius: 20px;
position:relative;
overflow:hidden;
}
article {
margin: 20px;
vertical-align: middle;
}
h1 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 40;
color: f5f2f2;
text-align: center;
}
h2 {
font-family: 'Josefin Sans', sans-serif;
font-weight: 500;
font-size: 30;
color: 2f2e30;
text-align: left;
margin-bottom: 30px;
}
.round-box {
height:200px;
width:200px;
position:relative;
border-radius:30px;
overflow:hidden;
margin: 20px;
margin-top: 24px;
}
.round-box-tall {
height:320px;
width:213px;
position:relative;
border-radius:30px;
margin-bottom: 50px;
margin-left: 30px;
overflow:hidden;
}
img {
position:absolute;
left:-50%; right:-50%; top:0;
margin:auto;
height:100%; width:auto;
}
.right {
float:right;
}
.left {
float:left;
}
.titlebox {
margin: 30px;
padding: 0px;
vertical-align: middle;
background-color: 000000;
}
ul {
list-style-type: circle;
color: 5c5c5c;
padding: 20px;
}
ul li {
margin: 5px;
color: 5c5c5c;
}
p {
overflow: hidden;
font-family: 'Vollkorn', serif;
font-size: 20px;
color: 858487;
}
#longer-section {
padding-bottom: 50px;
}
footer {
text-align: center;
}