-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactpage.css
101 lines (95 loc) · 1.89 KB
/
contactpage.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
*{
font-family: "Josefin Sans", sans-serif;
margin: 0;
padding: 0s;
}
body {
background: #ffffff;
scroll-behavior: smooth;
}
.child{
padding-top: 10px;
text-align: center;
background-color : #ffebb8;
float: left;
border-radius: 10px 10px 10px 10px;
padding-bottom: 10px;
width: 45%;
margin-bottom: 20px;
margin-left: 25px;
margin-top: 10px;
}
.child2{
float: right;
background-color: #ffebb8;
text-align: center;
padding-top: 10px;
border-radius: 10px 10px 10px 10px;
padding-bottom: 5px;
width: 45%;
margin-bottom: 20px;
margin-right: 25px;
margin-top: 10px;
}
.head{
margin-top: 50px;
text-align: center;
background:#1bf7b1ed;;
border-radius: 30px;
padding-top: 10px;
}
.head p{
margin-top: 25px;
margin-bottom: 20px;
font-size: larger;
padding-bottom: 4px;
}
.child p{
padding-bottom: 20px;
padding-top: 5px;
font-size: larger;
}
.child2 p{
font-size: larger;
padding-top: 10px;
padding-bottom: 10px;
}
.social{
text-align: center;
background-color:#ffebb8;
margin-top: 15%;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px 10px 10px 10px;
margin-left: 20px;
margin-right: 20px;
}
.social p{
font-size: larger;
padding-top: 10px;
padding-bottom: 10px;
}
.dm{
text-align: center;
margin-top: 30px;
background-color: #ffebb8;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px 10px 10px 10px;
margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
}
.dm p{
padding-top: 10px;
padding-bottom: 10px;
font-size: larger;
}
footer {
background: rgba(0, 0, 0, 0.7);
color: white;
text-align: center;
padding: 15px 0;
margin-top: 60%;
}