-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mustards1.css
70 lines (67 loc) · 1.12 KB
/
Mustards1.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
body{
background-image: url();
background-position: center;
}
h1
{
color: black;
padding: 10px;
margin-top: -20px;
font-size: 70px;
text-align: center;
}
p{
color: black;
margin-top: -70px;
font-size: 20px;
text-align: center;
}
h2{
color: black;
font-size: 40px;
text-align: center;
}
form{
margin: 20px auto;
width: 320px;
color: steelblue;
}
input{
padding: 10px;
font-size: inherit;
}
input[type="text"]{
display: block;
margin-bottom: 25px;
width: 100%;
border: 2px solid steelblue;
}
input[type="password"]{
display: block;
margin-bottom: 25px;
width: 100%;
border: 2px solid steelblue;
}
#login{
border: none;
outline: none;
width: 100px;
height: 40px;
background: #fb2525;
color: #fff;
font-size: 18px;
border-radius: 20px;
}
h3{
color: black solid;
font-size: 20px;
}
#register{
border: none;
outline: none;
width: 150px;
height: 25px;
color: #fff;
font-size: 15px;
border-radius: 20px;
}