generated from mikepierce/conference-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
41 lines (33 loc) · 941 Bytes
/
main.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
*{
border:10px;
font:inherit;
font-size:1em;
margin:0;
padding:0;
vertical-align:baseline;
}
body{
background-color: #fafafa;
background-size: cover;
background-attachment: fixed;
color: #505050;
text-align:left;
font-family:'Roboto',sans-serif;
font-size:1em;
line-height:1.5em;
margin: auto;
width: 1000px;
}
/* TITLES */
h1,h2,h3,h4{clear:left; color: #505050; margin:1.5em 0em 1em 0.5em; font-family:'Roboto Slab',serif; text-shadow: 1px 1px 2px #d0d0d0;}
h1{font-size:2.67em;}
h2{font-size:2.00em;}
h3{font-size:1.67em;}
h4{font-size:1.33em; color: #52739e; margin:1.5em 0em 1em 2em;}
/* paragaraph */
p{list-style:none; margin:24px auto 24px auto; padding:0px; width:900px; text-align:justify;}
ul{margin:24px auto 24px auto; padding:0px; width:800px; text-align:left;}
ul li{margin:0px auto 0px auto; padding:0px; text-align:left;}
.italic{
font-style:italic;
}