-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (68 loc) · 1.17 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
@font-face {
src:url(fonts/OneDirection.ttf)format("truetype");
font-family: nos;
}
.paragraph{
text-align: center;
font-size: 30px;
font-family:sans-serif;
color: black;
}
.paragraph2{
text-align:center;
font-size: 40px;
font-family: nos;
color: black;
}
.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:2cap;
}
.paragraph5{
font-size: 20px;
font-family:middle;
margin: 35cap;
color: black;
}
.icons{
display: flex;
font-size: 2rem;
margin-top:0;
line-height: 0;
align-items: flex-end;
display: flex;
gap: 1px;
justify-content: center;
}
.icons a { margin-right:45px; }
.icons :hover{
transform: scale(1.5);
}
.footer{
background-color:white;
margin-top:20%;
}
.p1{
color: black;
font-size: medium;
padding-bottom: 10px;
}