-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
60 lines (56 loc) · 940 Bytes
/
styles.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
#border{
width: 25%;
height: 50%;
border-width: 0px;
border-style: solid;
margin: auto;
padding: 10px;
}
#image{
background-image: url("0e6068eb08dddb94950bbb177abf1c52.jpg");
}
#bottom{
margin:10px;
display: inline;
color: rgb(163, 156, 156);
}
#foot{
margin-top: 20%;
padding-top: 50px;
border-style: solid;
border-width: 1px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-color: beige;
}
.inputbox{
width: 80%;
height: 70px;
padding-left: 20px;
margin-top: 10px;
margin-left: 30px;
}
.submit{
width: 80%;
height: 70px;
padding: 5px;
margin-top: 10px;
margin-left: 37px;
background-color: chocolate;
color: white;
border-width: 0px; }
.firstb{
margin: 10px;
}
.mi{
margin-left: 45%;
}
.secb{
width: 25%;
display: grid;
}
.thrb{
width: 25%;
float:right;
}