-
Notifications
You must be signed in to change notification settings - Fork 2
/
oxygen.css
115 lines (108 loc) · 2.25 KB
/
oxygen.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
* {
margin: 0;
padding: 0;
}
#baap {
position: absolute;
background-color: #809df0;
/* background-color: black; */
}
#main_contact {
display: flex;
}
.left_part {
position: relative;
color: black;
background-color: rgba(161, 214, 223, 0.986);
height: 512px;
width: 500px;
top: 50px;
left: 100px;
/* font-family: "Poppins", sans-serif; */
font-family: "Roboto", sans-serif;
/* border: 1px solid black; */
box-shadow: 8px 8px 8px 0px grey, 0px 8px 8px 5px grey;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.356), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.right_part {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
color: black;
height: 500px;
width: 750px;
/* top: 0px; */
left: 190px;
}
.right_part p{
font-size: 1.5rem;
text-align: center;
}
.form div {
padding: 2px;
float: initial;
margin: 5px;
}
.form input {
padding: 9px;
margin-left: 5px;
margin-right: 9px;
margin-top: 2px;
/* margin-bottom: 1px; */
border-radius: 10px;
border: 3px solid rgb(36, 31, 35);
}
.form textarea {
padding: 2px;
/* display: flex; */
border-radius: 10px;
border: 3px solid rgb(36, 31, 35);
}
#message {
display: flex;
}
/* .button{
padding-bottom: 10px;
} */
.form {
display: flex;
flex-direction: column;
/* justify-content: center; */
align-items: center;
position: relative;
top: 2%;
}
#email {
margin-left: 36px;
}
#phone {
margin-left: 12px;
}
.left_part h1 {
color: rgb(6, 33, 109);
font-size: 3rem;
font-family: "Cabin", sans-serif;
}
.right_part h1 {
font-size: 3rem;
padding-bottom: 10px;
border-bottom: 2px solid black;
}
#logo img {
height: 79px;
width: 133px;
margin-bottom: 0px;
margin-top: 10px;
margin-left: 10px;
border: 3px solid black;
border-radius: 20%;
}
.feildset{
padding:1px;
padding-left: 4px;
text-align: left;
left:100px;
top:100px;
}