-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (46 loc) · 817 Bytes
/
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
.container{
width: 20%;
position: absolute;
left: 40%;
top: 30%;
}
.container input {
display: block;
margin: 20px;
width: 98%;
padding: 2px;
font-weight: 600;
border: 1px solid #ccc;
border-radius: 3px;
height: 36px;
padding-left: 9px;
}
.container .submit-container {
padding: 2px;
border: none;
margin: 20px;
width: 100%;
}
.submit-container input{
width: 100px;
position: relative;
padding: 9px;
font-weight: 600;
border: none;
border-radius: 6px;
}
.left {
left: 0;
color: white;
background-color: rgb(108, 108, 215);
}
.right {
left: 65%;
color: white;
background-color: rgb(108, 108, 215);
}
.center {
left: 30%;
background-color: rgb(20, 179, 73);
color: rgb(79, 233, 233);
}