-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
80 lines (68 loc) · 1.46 KB
/
index.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
h1 {
text-align: center;
}
.Title2{
margin-inline-start: 0%;
}
li {
list-style: none;
margin-bottom: 5px;
list-style-position: outside;
}
form ul{
display: table;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
}
form ul li label{
float:left;
clear: left;
width: 100px;
text-align: left;
margin-right: 70px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
form ul li input, select, span {
float: left;
margin-bottom: 15px;
}
form textarea {
float: left;
width: 350px;
height: 150px;
}
[type="submit"] {
clear: left;
margin: 15px 0 0 250px;
font-size:20px;
background-color: darkgrey;
border-radius: 50px;
size-adjust: auto;
width: 130px;
height: 40px;
}
p {
margin-left: 70px;
font-weight: bold;
text-align: center;
}
body{
background-color: silver;
}
hr {
border: none;
border-top: 3px double #333;
color: #333;
overflow: visible;
text-align: center;
height: 5px;
}
hr:after {
background: silver;
content: '§';
padding: 0 4px;
position: relative;
top: -13px;
}