-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.css
47 lines (41 loc) · 1012 Bytes
/
form.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
*{
font-family: century gothic;
}
body{
background: rgb(255, 255, 255) url(../images/nature1.jpg);
}
form {
border: 1px solid black;
max-width: 500px;
margin: 100px auto;
padding: 20px;
border-radius: 10px;
background-color: rgb(0, 0, 0);
color: white;
}
form tr,
td {
padding: 10px;
}
.heading {
display: flex;
margin: 10px;
}
.heading h1{
margin:10px;
color: white;
}
h2 {
margin-left: 15px;
}
a{
text-decoration: none;
padding:15px;
background-color: blue;
color: white;
border-radius: 5px;
}
ul li{
list-style: none;
margin-left: 700px;
}