-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (64 loc) · 877 Bytes
/
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
*{
box-sizing: border-box;
margin:0;
padding: 0;
}
.bannera{
position: relative;
right:-850px;
top:55px ;
}
.bannera video{
width: 360px;
outline:none;
}
.mid{
margin-top: 80px;
}
nav{
display: flex;
justify-content: center;
/* padding: 0px 400px; */
background-color: black;
text-decoration: none;
width: 100%;
color: cyan;
}
nav a{
text-decoration: none;
color: rgb(0, 255, 255);
padding: 20px;
}
nav a:hover{
background-color: white;
color:cyan;
}
.Starting{
margin-left: 110px;
position: relative;
z-index: 1;
}
.selfmade img{
width: 300px;
}
.apple{
margin-right: 35px;
}
.downlink{
display: flex;
}
.Starting .st1{
margin: 0;
padding: 0;
color: white;
font-size: 50px;
}
.Starting .st2{
color: white;
opacity: 0.7;
font-size: 20px;
}
.Starting .st3{
color: white;
opacity: 0.9;
}