-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css(01)
54 lines (49 loc) · 902 Bytes
/
style.css(01)
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
*{
margin: 0;
padding: 0;
}
body{
background: url(lon.jpg) no-repeat center center fixed;
background-size: cover;
}
.container{
color: rgb(163, 58, 58);
position: absolute;
top: 12%;
left: 25%;
}
.container h1{
font-size: 40px;
margin-bottom: 45px;
padding: 13px 0;
}
.box{
width: 100%;
border-bottom: 2px solid rgb(250, 214, 167);
}
.box i{
margin-left: 10px;
}
.box input{
background: none;
width: 80%;
margin: 22px 23px;
border: none;
outline: none;
color: white;
font-size: 20px;
padding: 5px 0px;
}
.btn{
color: aqua;
background: none;
cursor: pointer;
outline: none;
width: 25%;
margin: 12px 0;
padding: 6px;
border-radius: 10px;
border: 2px solid burlywood;
font-weight: bold;
font-size: 18px;
}