forked from NITRR-Open-Source-Community/NOSC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
44 lines (41 loc) · 817 Bytes
/
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
.contactus-parentdiv{
display: flex;
flex-direction: row;
}
.contacus-leftchild{
width: fit-content;
align-items: center;
align-content: center;
width: 50%;
margin: 10px;
margin-block: auto;
margin-left: 20px;
}
.contactus-rightchild{
width: 35%;
padding: 20px;
float:right;
margin-block: auto;
margin: 20px;
margin-top: 30px;
margin-bottom: 30px;
box: shadow 10px;
border-radius: 10px;
border-color:whitesmoke ;
background-color: #ddf7db
}
.contactus-input{
border-color: whitesmoke;
background-color: #bbdfb7;
border: none;
border-radius: 10px;
height: 40px ;
padding: 10px;
}
.contactbtn{
padding: 10px;
padding-left: 20px;
padding-right: 20px;
border-radius: 5px;
border-color: none;
}