-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
180 lines (159 loc) · 4.45 KB
/
style.css
File metadata and controls
180 lines (159 loc) · 4.45 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
body{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #cfe7fe;
}
#title{
font-family: 'Baloo Bhai 2', cursive;
align-items: center;
justify-content: center;
/* display: block; */
display: flex;
flex-direction: column;
text-align: center;
/* margin-right: 17px; */
width: 100%;
color: white;
height: 250px;
border-radius: 0px 0px 30px 30px;
background: url("images/im15.jpg") no-repeat center center/cover;
}
#title h1{
margin-bottom: 0px;
padding: 3px;
font-size: 4rem;
/* color: aliceblue; */
margin-top: 0px;
}
#title h3{
margin-top: 0px;
font-size: 2rem;
margin-bottom: 5px;
/* color: aliceblue; */
}
#title h4{
margin-top: 5px;
font-size: 1.5rem;
}
#intro {
/* border: 2px solid black; */
/* background-color: #29440dde; */
/* background-color: rgb(232, 244, 255); */
background-color: white;
border-radius: 30px 30px 0px 0px;
margin-top: 17px;
/* height: 331px; */
height: auto;
}
#intro p{
font-family: 'Baloo Bhai 2', cursive;
text-align: center;
margin: 15px 117px;
font-size: 1.33rem;
/* border: 2px solid black; */
padding: 11px 51px;
color: rgb(4 69 126);
/* background-color: #ffffffd1; */
border-radius: 30px 30px 0px 0px;
margin-top: 39px;
padding-bottom: 43px;
/* background-image: url("im2.jpg"); */
/* background-color: #29440dde; */
/* background-color: #0b1d9ede; */
background-color: rgb(232, 244, 255);
/* height: 231px; */
height: auto;
}
.example {
/* border: 2px solid black; */
/* background-color: #10d187de; */
/* border-radius: 0px 0px 30px 30px; */
margin-top: 4px;
/* height: 393px; */
height: auto;
width: 100%;
align-items: center;
justify-content: center;
display: flex;
/* background: url(im15.jpg) no-repeat center center/cover; */
background-color: rgb(252 252 252);
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
.example div
{
background-color: rgb(232, 244, 255);
width: 84%;
display: flex;
align-items: center;
justify-content: center;
height: auto;
}
.example div img{
padding-top: 10px;
padding-bottom: 10px;
height: auto;
width: 797px;
border-radius: 15px;
}
.expl{
/* border: 2px solid black; */
background-color: white;
border-radius: 0px 0px 30px 30px;
margin-top: 3px;
height: 320px;
width: 100%;
display: flex;
flex-direction: column;
text-align: left;
justify-content: center;
align-items: center;
margin-bottom: -34px;
}
.expl div{
font-family: 'Baloo Bhai 2', cursive;
border: 2px solid white;
justify-content: center;
align-items: center;
color: aliceblue;
text-align: left;
/* margin: 15px 117px; */
font-size: 1.3rem;
/* border: 2px solid black; */
padding: 0px 46px;
color: rgb(4 69 126);
/* background-color: #ffffffd1; */
border-radius: 0px 0px 30px 30px;
margin-top: -18px;
padding-bottom: 8px;
/* background-image: url(im2.jpg); */
background-color: rgb(232, 244, 255);
width: 78.3%;
margin-bottom: 4px;
}
.button-123{
margin-top: 55px;
height: 30px;
padding: 10px;
}
.btn-123{
font-family: 'Baloo Bhai 2', cursive;
padding: 6px 40px;
border-radius: 10px;
/* border: 2px solid blue; */
/* background-color: rgb(232, 244, 255); */
background-color: #05055f;
color: #e6f3fe;
font-size: 2rem;
border-radius: 30px;
transition: all 1s;
}
.btn-123:hover{
color:bisque;
padding: 6px 60px;
background-color: black;
cursor: pointer;
}