-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (67 loc) · 1.08 KB
/
style.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
html {
height: 100%;
width: 100%;
margin: 0;
font-family: 'Coming Soon', cursive;
color: #c4c4b9;
}
body {
height: 100%;
width: 100%;
max-height: 100%;
margin: 0;
background: url('BG.png') repeat;
overflow: hidden;
}
div {
display: block;
max-width: 598px;
margin: 0 auto;
text-align: center;
}
.img {
position: relative;
display: block;
width: 100%;
max-width: 598px;
margin: 1em auto 0 auto;
}
h3 {
margin-top: 0;
margin-bottom: 0.25em;
}
h3 a {
display: block;
font-size: 1.75em;
margin: 0.25em 1em;
text-wrap: none;
color: #c4c4b9;
}
a:hover {
text-decoration:none;
}
h2 {
font-size: 2.5em;
margin-top: 0em;
margin-bottom: 0em;
}
h1 {
font-size: 5em;
margin-bottom: 0;
margin-top: 0.25em;
color: #E0E0DB;
}
/*------------------------------------*\
#MEDIAQUERIES
\*------------------------------------*/
@media (max-width: 600px) {
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 a{
font-size: 1.45em;
}
}