-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.css
46 lines (42 loc) · 931 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
45
46
.contact_img{
width:100%;
height:600px;
mask-image:linear-gradient(to bottom, rgb(87, 84, 187),rgba(162, 169, 213, 0));
}
.contact_container{
display:flex;
flex-direction:column;
background-color:rgb(199, 223, 244);
border-radius: 15px;
border: 2px solid rgb(239, 239, 248);
height:500px;
width:400px;
padding: 20px;
padding-right: 20px;
font-family:cursive;
position: absolute;
left:60%;
right:30%;
bottom: 5%;
align-items: left;
}
._input{
height: 30px;
width:100%;
}
.btn_right{
padding-right: 15px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgb(3, 3, 82);
color: white;
border-radius:5px;
font-size: medium;
margin-top: 10px;
}
.h2_container{
margin-top:15px;
margin-bottom:2px;
align-content:right;
}