-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
60 lines (60 loc) · 1.17 KB
/
index.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
*{
margin: 0px;
padding: 0px;
}
.qq{
width: 100px;
padding: 10px;
}
.nav{
display: flex;
width: 98%;
height: 50px;
/* background-color: aqua; */
justify-content: space-between;
flex-wrap: wrap;
position: relative;
left: 4px;
padding: 10px;
/* visibility: hidden; */
}
.aa{
width: 700px;
height: 50px;
font-weight: 600;
/* background-color: antiquewhite; */
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.aa a{
text-decoration: none;
color: white;
flex-wrap: wrap;
}
.bt .btn{
font-weight: 600;
width: 50px;
height: 30px;
cursor: pointer;
background: transparent;
color: white;
border: 1px solid white;
flex-wrap: wrap;
}
.container{
background: url(bg-hero-6-1792-x1.png );
height: 100vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
/* border: 2px solid red; */
animation-name: otf;
animation-duration: 40s;
animation-iteration-count: infinite;
animation-timing-function: linear;
flex-wrap: wrap;
position: relative;
}