-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
140 lines (135 loc) · 2.18 KB
/
style2.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
#Home{
width: 100%;
background-color: gainsboro;
}
a{
color: black;
text-decoration: none;
}
#ter{
width: 100%;
}
#mir{
border: none;
color: white;
background-color: tomato;
height: 32px;
width: 90px;
}
body{
font-size: 14px;
background-color: #f5f8c4;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container{
width: 80%;
margin: 50px auto;
}
.contact-box{
background-color: #fff;
display: flex;
}
.contact-left{
flex-basis: 60%;
padding: 40px 60px;
}
.contact-right{
flex-basis: 40%;
padding: 40px;
background: #1c00b5;
color: #fff;
}
h1{
margin-bottom: 10px;
}
.container p{
margin-bottom: 40px;
}
.input-row{
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.input-row .input-group{
flex-basis: 45%;
}
input{
width: 100%;
border: none;
border-bottom: 1px solid #ccc;
outline: none;
padding-bottom: 5px;
}
textarea{
width: 100%;
border: 1px solid #ccc;
outline: none;
padding: 10px;
box-sizing: border-box;
}
label{
margin-bottom: 6px;
display: block;
color: #1c00b5;
}
button{
background: #1c00b5;
width: 100px;
border: none;
outline: none;
color: #fff;
height: 35px;
border-radius: 30px;
margin-top: 20px;
box-shadow: 0px 5px 15px 0px rgba(28, 0, 181, 0.3);
}
tr td:first-child{
padding-right: 20px;
}
tr td{
padding-top: 20px;
}
#hody{
background-color: #fff;
}
hr{
width: 20px;
align-items: center;
color: rgb(255, 166, 0);
}
#hu{
margin-left: 3%;
margin-right: 10%;
width: 100%;
}
#kar{
background-color: white;
}
#ho{
border-radius: 8px;
height: 50px;
width: 300px;
outline: auto;
border: auto;
}
#ho::placeholder{
margin-right: auto;
margin-left: 15px;
}
#mid{
width: 100%;
}
#mid1{
width: 100%;
}#mid2{
width: 100%;
}#mid3{
width: 100%;
}#mid4{
width: 100%;
}#mid5{
width: 100%;
}
#mid6{
width: 100%;
}