-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (116 loc) · 2.02 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
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
126
127
128
body{
background: url(https://assets.nflxext.com/ffe/siteui/vlv3/8ef88e03-6f89-4c75-ae51-f8da7d252358/6ac07e5f-07ca-4543-8540-f22edce8bb02/TW-en-20210208-popsignuptwoweeks-perspective_alpha_website_small.jpg);
background-size: 1350px 580px;
background-repeat:no-repeat;
background-color:black;
color:white;
}
nav{
display: flex;
justify-content: center;
justify-content: space-around;
}
nav .img img{
width: 17%;
margin-top:18px;
}
nav .btn{
display: flex;
margin-top:18px;
}
.btn .eng{
width:110px;
height:40px;
background-color:black;
color:white;
font-size:19px;
border:2px solid white;
border-radius:3px;
margin-left:35px;
}
.btn .eng:hover{
background-color:transparent;
}
.btn .signin:hover{
background-color:transparent;
border:3px solid red;
}
.btn .signin{
width:110px;
height:40px;
background-color:red;
color:white;
font-size:19px;
border:none;
border-radius:3px;
}
.btn .eng{
margin-inline:22px;
}
.main {
text-align:center;
}
.main h1{
font-size:44px;
}
.main h3{
font-size: 34px;
}
.main p{
font-size:22px;
}
.input{
display:flex;
justify-content:center;
}
.input input{
width:400px;
height:56px;
border:none;
font-size:22px;
}
.input button{
width:200px;
height:60px;
background-color:red;
color:white;
font-size:22px;
}
.first{
display: flex;
justify-content:center;
margin-top:200px;
padding:66px;
border-top:4px solid gray;
}
.first h1{
font-size:44px;
}
.first p{
font-size:24px;
}
.first img{
width:35%;
}
.buttons h1{
text-align:center;
margin-top:22px;
font-size: 44px;
}
.buttons button{
width:600px;
height: 60px;
background-color:grey;
color:white;
font-size:25px;
margin-left:26%;
text-align:left;
}
.footer{
display:flex;
justify-content:center;
justify-content:space-around;
padding:44px;
border-top:4px solid gray;
margin-top:33px;
}