-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles_contact.css
99 lines (93 loc) · 1.86 KB
/
styles_contact.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
91
92
93
94
95
96
97
98
99
/*SECTIONS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
section
{
background: #252734;
position: relative;
width: 1200px;
min-width: 620px;
margin: 0px;
}
.main-section
{
display: flex;
flex-wrap: wrap;
margin-left: auto;
margin-right: auto;
height: auto;
position: relative;
background-size: 100%;
padding: 30px 0 30px 0;
}
.main-section h2
{
top: 0px;
text-align: center;
display: block;
align-self: center;
width: 100%;
margin: 10px 0 0 0;
}
.main-section form
{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.main-section form div
{
display: block;
width: 100%;
margin: 10px 0;
}
.main-section form div label
{
margin: auto;
display: block;
text-align: left;
width: 500px;
margin-bottom: 5px;
}
.main-section form div input
{
margin: auto;
display: block;
align-self: center;
width: 500px;
height: 30px;
border-radius: 3px;
border: rgb(71,71,71) 2px solid;
background-color: rgb(33,33,33);
color: white;
font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 0 5px;
}
.main-section form div textarea
{
margin: auto;
display: block;
align-self: center;
width: 500px;
height: 100px;
border-radius: 3px;
border: rgb(71,71,71) 2px solid;
background-color: rgb(33,33,33);
color: white;
font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 5px 5px;
}
.main-section form div button
{
margin: auto;
display: block;
align-self: center;
background-color: rgb(225,225,225);
width: auto;
padding: 15px 20px 15px 20px;
border-radius: 25px;
color: black;
border: none;
margin-top: 20px;
}
/*SECTIONS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/