-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (58 loc) · 1.15 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
#main{
background: linear-gradient(to top, rgb(0 0 0 / 50%)50% , rgb(0 0 0 / 50%)50%),url(1.jpg) center center/cover;
max-width: 100%;
height: 100vh;
background-repeat: no-repeat;
}
#title
{
text-align: center;
font-family:url(https://fonts.google.com/specimen/Lexend+Deca?preview.size=51);
font-weight: bold;
color: blanchedalmond;
text-align: center;
padding-top: 100px;
font-size: 100px;
}
body{
overflow-y: hidden;
}
#line{
width: auto;
/* margin: 200px; */
color: rgba(132, 83, 83, 0.605);
opacity: 0.8;
/* width:20%; */
align-items: center;
}
#statement{
font-size: 30px;
color: blanchedalmond;
text-align: center;
margin-top: -80px;
}
nav{
/* background-color: rgba(0, 0, 0, 0.658); */
}
#navbar_menu{
display: flex;
flex-direction: row;
margin-top: -350px;
margin-left: 900px;
/* float:right */
}
#navbar li{
display: inline;
font-size: 20px;
padding-left: 13px;
}
a{
padding: 8px;
text-decoration: none;
font-family: 'Trebuchet MS';
color: white;
}
a:hover{
color: red;
transition: 0.8sec;
}