-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (79 loc) · 1.34 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@font-face {
src:url(fonts/OneDirection.ttf)format("truetype");
font-family: nos;
}
.paragraph{
text-align: center;
font-size: 30px;
font-family:sans-serif;
}
.paragraph2{
text-align:center;
font-size: 100px;
font-family: nos;
}
.menu-bar
{
text-align:center;
background-color: #000000;
}
.menu-bar ul
{
display: inline-flex;
color:floralwhite
}
.menu-bar ul li
{
font-family: Impact;
width: 120px;
margin: 15px;
padding: 15px;
}
.menu-bar ul li:hover
{
background: floralwhite;
color: #000000;
border-radius:3px;
}
.paragraph5{
font-size: 20px;
font-family:Courier;
margin: 30px;
}
.lets-go-btn{
color: floralwhite;
background: rgb(227, 26, 26);
text-decoration: none;
text-transform: uppercase;
font-weight: 1000;
letter-spacing: 5px;
border-radius: 5px;
padding: 10px 20px;
margin-left: -15px;
}
.lets-go-btn:hover{
background: rgb(54, 1, 1);
}
.icons{
display: flex;
font-size: 3rem;
margin-top:0;
line-height: 0;
align-items: flex-end;
display: flex;
gap: 1px;
justify-content: center;
}
.icons a { margin-right:75px; }
.icons :hover{
transform: scale(1.5);
}
.footer{
background-color:black;
margin-top:28%;
}
.p1{
color: floralwhite;
font-size: larger;
padding-bottom: 10px;
}