-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
139 lines (116 loc) · 2.28 KB
/
style.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
*{
margin: 0px;
padding: 0px;
}
.head{
color: black;
text-align: center;
height: 50px;
padding: 23px;
font-size: 52px;
width: 30%;
margin: auto;
background-color: burlywood;
box-shadow: 10px 5px 5px black;
font-style: italic;
font-weight: bold;
}
.mainbox{
display: flex;
width: 90%;
align-items: center;
justify-content: center;
text-align: center;
margin: 41px 64px;
padding-left: 34px;
border-radius: 15px;
}
body{
background-color: rgb(197, 202, 212);
}
.firstSec{
width: 50%;
height: 250px;
text-align: center;
justify-content: center;
align-items: center;
background-color:rgb(187, 148, 148);
border-radius: 35px;
margin: 10px 76px;
box-shadow: 10px 5px 5px black;
}
.secondSec{
width: 50%;
height: 250px;
text-align: center;
justify-content: center;
align-items: center;
background-color:rgb(187, 148, 148);
box-shadow: 10px 5px 5px black;
border-radius: 35px;
margin: 26px 85px;
}
.firstHalf p{
margin-top: 200px;
margin-top: 34px;
}
.img{
height: inherit(5);
text-align: center;
justify-items: center;
justify-content: center;
align-items: center;
width: 82px;
margin-top: 74px;
border: 2px solid black;
border-radius: 90px;
}
.secondHalf p{
margin-top: 200px;
margin-top: 34px;
}
.message{
width: 83%;
margin: auto;
color: black;
text-align: center;
justify-content: center;
align-items: center;
height: 600px;
border-radius: 30px;
}
.mess h2{
align-items: center;
justify-content: center;
text-align: center;
padding-top: 12px;
margin: 0px 0px;
background-color: burlywood;
box-shadow: 10px 5px 5px black;
width: 83%;
margin:auto;
border-radius: 15px;
}
.mess-founder{
width: 83%;
border: 2px solid black;
align-items: center;
justify-content: center;
margin: auto;
background-color:rgb(187, 148, 148);
margin-top: 54px;
border-radius: 15px;
}
.para{
box-shadow: 10px 5px 5px black;
height: 323px;
padding:83px 62px;
}
footer {
display: flex;
justify-content: center;
align-items: center;
height: 120px;
background-color: black;
color: white;
}