-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
56 lines (54 loc) · 958 Bytes
/
styles.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
.landing{
background-color: #000523;
height: 100vh;
}
.links{
text-transform: uppercase;
font-family: monospace;
font-size: 1.02rem;
}
.links:hover
{
color: #d8a6e0;
}
.active{
color: #d8a6e0;
}
.headText{
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #d8a6e0;
letter-spacing: 10px;
}
.subText{
font-family: monospace;
letter-spacing: 4px;
font-size: 1.1rem;
}
.buttonBack{
background-color: #26c7fe;
padding: 10px;
font-family: monospace;
border-radius: 10px;
}
.socialLogo{
background-color: #d8a6e0;
color: #000523;
margin: 0 10px;
width: 40px;
height: 40px;
padding: 10px;
color: white;
border-radius: 100%;
cursor: pointer;
}
.link{
color: #d8a6e0;
}
.link:hover{
font-size: 1.2rem;
cursor: pointer;
}
.lander{
width: 400px;
height: auto;
}