-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainPage.css
126 lines (123 loc) · 2.66 KB
/
MainPage.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* body{
background: linear-gradient(to top, rgb(0 0 0 / 50%)50% , rgb(0 0 0 / 50%)50%),url(1.jpg);
background-size: cover;
overflow: hidden;
}
#title
{
display: block;
text-align: center;
font-family:url(https://fonts.google.com/specimen/Lexend+Deca?preview.size=51);
font-weight: bold;
color: blanchedalmond;
padding-top: 100px;
font-size: 140px;
margin-top: 133px;
}
#line{
width: auto;
margin: 93px;;
color: rgba(132, 83, 83, 0.605);
opacity: 0.8;
}
#statement{
font-size: 34px;
color: white;
text-align: center;
margin-top:-117px;
}
#navbar_menu li{
display: flex;
flex-direction: row;
}
#navbar_menu{
display: flex;
flex-direction: row;
margin-top: -728px;
margin-left: 1728px;
padding-left: 13px;
font-size: 18px;
}
a{
padding: 8px;
text-decoration: none;
font-family: 'Trebuchet MS';
color: white;
}
a:hover{
color: red;
transition: 0.8sec;
}
#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: 200px;
font-size: 100px;
} */
#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: 150px;
font-size: 115px;
}
body{
border: 0px;
overflow: hidden;
}
#line{
width: auto;
margin: 93px;;
color: rgba(132, 83, 83, 0.605);
opacity: 0.8;
}
#statement{
font-size: 30px;
color: white;
text-align: center;
margin-top: -80px;
}
nav{
/* background-color: rgba(0, 0, 0, 0.658); */
}
#navbar_menu{
display: flex;
flex-direction: row;
margin-top: -600px;
margin-left: 1050px;
/* 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;
}