-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_htci.css
88 lines (79 loc) · 1.56 KB
/
style_htci.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
/*
font-family: 'PT Sans', sans-serif;
font-family: 'Paytone One', sans-serif;
font-family: 'Magra', sans-serif;
*/
main {
width: 1075px;
height: 1100px;
background: url('./imgs_htci/yolanda.png') center bottom no-repeat;
background-size: contain;
background-color: #EFEBE8;
text-transform: uppercase;
position: absolute;
}
h1 {
color: #6a788d;
font-size: 120px;
margin: 20px 40px 0 60px;
text-align: center;
font-family: 'PT Sans', sans-serif;
}
h1 span {
color: #DE0F50;
letter-spacing: -0.02em;
font-family: 'Paytone One', sans-serif;
font-size: 130px;
}
.grid_container {
display: inline-grid;
grid-template-columns: 40% 55%;
letter-spacing: 0.35em;
width: 94%;
margin: 0 46px;
}
h2 {
color: #09c2b2;
letter-spacing: 0.35em;
text-align: center;
font-family: 'Paytone One', sans-serif;
line-height: 0;
display: inline;
}
h3 {
color: #403E87;
font-size: 65px;
font-family: 'PT Sans', sans-serif;
display: inline;
margin: -22px;
}
aside {
font-family: 'Magra', 'Trebuchet MS', sans-serif;
text-transform: none;
color: #FFFFFF;
background-color: #09c2b2;
width: 195px;
height: 130px;
border-radius: 100%;
text-align: center;
padding: 46px 14px;
font-size: 30px;
border: 4px solid #FFFFFF;
box-shadow: 0 0 0 10px #09c2b2;
margin: 40px;
position: absolute;
left: 741px;
top: 274px;
letter-spacing: 0.05em;
}
footer {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
color: #1b5257;
margin: 40 80;
position: absolute;
top: 1120px;
}
a {
color: #77d4df;
}