-
Notifications
You must be signed in to change notification settings - Fork 0
/
css_index.css
90 lines (74 loc) · 1.28 KB
/
css_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
81
82
83
84
85
86
87
88
89
90
body {
margin: 0;
padding-left: 300px;
padding-right: 300px;
font-family: Arial, Helvetica, sans-serif;
}
.icon {
width: 70px;
height: 70px;
padding-top: 10px;
}
.topnav {
overflow: hidden;
background-color: #f88d1bf5;
}
.topnav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
legend {
background-color: #f88d1bf5;
color: black;
padding: 5px 10px;
border-radius: 5px;
}
#form1 {
border-radius: 5px;
background-color: #f4d9a3f5;
border-color:black;
padding: 10px;
width: 915px;
}
textarea{
width:890px;
height:200px;
}
input[type=submit] {
color: white;
background-color: #f88d1bf5;
padding: 5px 10px;
font-size: 13px;
border:none;
float: right;
cursor: pointer;}
button{
color: white;
background-color: #f88d1bf5;
padding: 5px 10px;
border:5px;
font-size: 13px;
float: left;
cursor: pointer;}
footer {
padding: 10px;
position: relative;
width: 100%;
left: 0;
bottom: 0;
background-color: #f88d1bf5;
color: rgb(0, 0, 0);
text-align: center;
}
h2,p {
padding: 10px;
}