-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
132 lines (129 loc) · 2.33 KB
/
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
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
.abe{
background-color:dimgrey;
box-shadow: 0px 0px 50px 50px rgb(0,65,60,0.95);
}
.udg{
padding: 15px;
color: #fff;
background:black;
background-size: 400% 400%;
font-family:Open Sans ;
}
.gds{
width:100px;
height: 50px;
color: white;
padding-right: 10px;
font-size: 18px;
border :none;
margin-left: 20px;
margin-right: 20px;
background: transparent;
font-family: 'Arvo';
}
.gds:hover{
text-decoration: none;
transition: 0.5s;
color: grey;
background: transparent;
}
.gds:active{
color: grey;
background: transparent;
}
.gds:focus{
color: grey;
background: transparent;
}
.ysa{
background-color: black;
margin: 20px center;
padding: 70px 60px 70px 60px;
margin-left: auto;
margin-right: auto;
font-size: 17px;
}
.trg{
font-family: 'Arvo';
font-size:20px;
color: aliceblue;
}
.trg:hover{
text-decoration: none;
color: grey;
transition: 0.5s;
}
.sfs{
width: 775px;
height: 610px;
border-right: 30px solid white;
}
.center{
margin-left:auto ;
margin-right: auto;
display: block;
}
.rvs{
background-color:rgba(230, 218, 218, 0.363);
border:lightgray;
border-radius: 0px;
padding-top: 100px;
padding-bottom: 100px;
}
label{
color:#fff;
padding-left:5px;
}
input{
width:100%;
background-color:lightslategrey ;
width: 100%;
}
.cds{
width: 100%;
padding:10px;
display: block;
}
.fsf{
width: 100%;
color: white;
background-color: black;
margin-bottom: 10px;
}
.fsf:hover{
background-color: darkgray;
color:black;
transition: 0.5s;
}
.hfh{
font-size: 20px;
color: white;
text-decoration: none;
}
.hfh:hover{
color:rgb(209, 191, 191);
text-decoration: dotted;
transition: 0.5s ease;
}
.search{
margin-top: 10px;
width:80%;
border: solid rgb(248, 243, 243) 2px;
background-color: #222;
box-sizing: border-box;
height: 50px;
margin-bottom: auto;
margin-top: auto;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.owo{
margin-top: 10px;
width: 10%;
border: solid rgba(39, 20, 20, 0.303) 2px;
height: 50px;
background-color:floralwhite;
border-bottom-right-radius: 50px;
border-top-right-radius:50px ;
font-size:15px;
}