forked from sudz123/happy_hacking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiffany.css
106 lines (86 loc) · 1.28 KB
/
tiffany.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
body {
background: #06d7d9;
color: #fafafa !important;
font-size: 3vh;
display: flex;
flex-flow: row wrap;
/* flex-direction: column; */
min-height: 100vh;
align-content: center;
padding: 2% 21% 1.5%;
text-align: left;
}
.container>* {
padding: 10px;
flex: 1 100%;
}
.email {
color: #fff;
text-decoration: none;
}
.email:hover {
color: #fff;
text-decoration: underline;
}
.pad-top {
padding-top: 2%;
}
.icons-social a {
color: #fafafa !important;
text-decoration: none;
}
.icons-social a svg path {
fill: #fafafa !important;
}
img {
position: absolute;
top: 2vh;
left: -12vh;
}
html {
font-family: 'Roboto', sans-serif !important;
min-height: 100%;
}
@media (min-width: 576px) {
html {
font-size: 14px;
}
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
@media (min-width: 992px) {
html {
font-size: 18px;
}
}
@media (min-width: 1200px) {
html {
font-size: 20px;
}
}
.icons-social i {
font-size: 3.6vh;
}
.letter {
display: inline-block;
}
.icons-social i {
padding: 5px;
}
button {
width: 10%;
margin-left: 1rem;
}
.btn-primary {
background-color: #cc0099;
border-color: #cc0099;
border-radius: 6%;
}
.btn-primary a {
color: #eee;
text-decoration: none;
font-size: 1.4vh;
}