-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylemainpage.css
More file actions
61 lines (50 loc) · 854 Bytes
/
Copy pathstylemainpage.css
File metadata and controls
61 lines (50 loc) · 854 Bytes
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
*{
margin: 0;
padding: 0;
margin-top: 70px;
font-family: Franklin Gothic Medium;
}
header{
background-image: linear-gradient(rgba(0,0,0,0.3) , rgba(0,0,0,0.3)) , url(../3.jpeg);
background-position: center;
background-size: cover;
height: 100vh;
}
ul{
float: right;
list-style-type: none;
margin-top: -45px;
}
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color: #fff;
padding: 5px 62px;
border: 1px solid transparent;
transition: 0.5s ease;
font-size: 20px;
}
ul li a:hover{
background-color: #eee8aa;
color: #000;
}
.logintitle{
position: absolute;
top: 1.7%;
left: 28.8%;
transform: translate(-50%,-50%);
}
.logintitle t1{
color: #0000ff;
font-size: 50px;
font-family: "Aharoni"
}
.logo img{
float: left;
width: 150px;
height: 100px;
margin-left: -5px;
margin-top: -120px;
}