-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevita.css
More file actions
40 lines (34 loc) · 778 Bytes
/
evita.css
File metadata and controls
40 lines (34 loc) · 778 Bytes
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
body {
background-color:#fff;
}
h1 {
font-size: 3em;
font-family: "Alef", sans-serif;
color: black;
}
h2, li {
font-size: 2em;
font-family: "Alef", sans-serif;
color: DarkGray;
}
h2.figures {
font-size: 2.5em;
font-family: "Alef", sans-serif;
color: DarkSlateGray;
}
p {
font-size: 2em;
font-family: "Telex", sans-serif;
color: #2f4f4f ;
}
.step
{
position: relative;
width: 800px;
padding: 50px;
margin: 0 auto;
background-color: #FAF0E6;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}