-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
63 lines (53 loc) · 908 Bytes
/
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
input{
display: block;
}
fieldset{
border: none;
padding-right: 10px;
display: inline-block;
vertical-align: top;
}
form{
width: 240px;
}
input{
display: inline-block;
margin-bottom: 10px;
}
textarea{
margin-top: 10px;
width: 200px;
}
button{
background-color: white;
border: black solid 1px;
color: black;
padding: 4px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 10px;
cursor: pointer;
vertical-align: top;
margin: 15px 0px 0px 0px;
}
#contacts{
width: 400px;
margin-left: 50px;
padding-left: 100px;
display: inline-block;
}
.contact{
width: 300px;
height: 150px;
padding-top: 20px;
margin-top: 20px;
outline: black solid 1px;
}
.contact h2, h4{
text-align: center;
}
.description{
display: none;
padding: 0px 20px 0px 20px;
}