-
Notifications
You must be signed in to change notification settings - Fork 4
/
style2.css
104 lines (98 loc) · 2.09 KB
/
style2.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
.main {
padding: 20px;
font-family: 'Helvetica', serif;
box-shadow: 5px 5px 7px 5px #888888;
}
.main h1 {
font-size: 40px;
text-align: center;
font-family: 'Helvetica', serif;
}
input {
font-family: 'Helvetica', serif;
width: 100%;
font-size: 20px;
padding: 12px 20px;
margin: 8px 0;
border: none;
border-bottom: 2px solid #767474;
}
input[type=submit] {
font-family: 'Helvetica', serif;
width: 100%;
background-color: #767474;
border: none;
color: white;
padding: 16px 32px;
margin: 4px 2px;
border-radius: 10px;
}
a {
font-family: 'Helvetica', serif;
text-decoration: none;
color: #1d1b1b;
margin-left: 35%;
height: 30px;
}
body {
background-image: url("/img/695428.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.box{
background-color: #ecdfdf;
width: 25%;
margin-left: 74%;
margin-top: 10%;
padding-left: 4%;
padding-bottom: 1%;
border-radius: 40px;
box-shadow: 5px 5px 7px 5px #9603f8;
}
h1 {
text-shadow: #9c0390 3px 3px 3px;
color: #ca04e4;
margin-left: 44%;
}
label{
font-size: 20px;
font-family: 'Helvetica', serif;
color: #e203d0;
text-shadow: #9c0390 2px 2px 2px;
align-items: center;
justify-content: center;
display: flex;
padding-top: 1%;
margin-left: 2%;
}
input {
width: 20%;
align-items: center;
justify-content: center;
display: flex;
border-radius: 10px;
border: 2px solid #9c0390;
box-shadow: #9c0390 2px 2px 2px;
padding-left: 20%;
margin-left: 30%;
padding-left: 19%;
padding-right: 1%;
}
:placeholder-shown {
font-size: 20px;
font-family: 'Helvetica', serif;
color: #e203d0;
text-shadow: #9c0390 2px 2px 2px;
align-items: center;
justify-content: center;
display: flex;
padding-top: 1%;
padding-left: 13%;
margin-left:33%;
}
input[type=submit]
{
width: 20%;
margin-left: 40%;
margin-top: 5%;
}