-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
67 lines (67 loc) · 1.15 KB
/
main.css
File metadata and controls
67 lines (67 loc) · 1.15 KB
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
body{
display: flex;
justify-content: center;
}
.form{
display: flex;
justify-content: center;
flex-direction: column;
width: 340px;
margin-top: 200px;
position: relative;
}
.login, .pass,.input{
border: 0px;
margin-top:14px;
font-size: 15px;
padding: 26px 20px 10px;
}
.submit-btn{
margin-left: 20px;
margin-top: 20px;
width: 300px;
border-radius: 20px;
border: 0px;
background-color: lightsalmon;
font-size: 18px;
padding: 14px 50px;
color: white;
}
h1{
position: absolute;
text-align: center;
height: 100px;
color: lightsalmon;
margin-top: 100px;
}
.change{
position: absolute;
height: 20px;
}
form > p{
text-align: center;
height: 100px;
color: lightsalmon;
font-size:20px;
margin-top: 10px;
}
.output{
margin-top: 20px;
text-align: center;
color: lightsalmon;
font-size:18px;
}
hr{
margin-top:30px;
margin-bottom: 10px;
width: 340px;
border: 2px solid lightsalmon
}
.trouble{
text-align: center;
height: 20px;
color: tomato;
font-size:20px;
margin-bottom: 0px;
position: relative;
}