-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleE.css
More file actions
45 lines (34 loc) · 755 Bytes
/
styleE.css
File metadata and controls
45 lines (34 loc) · 755 Bytes
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
img {
width: 90%;
max-width: 600px;
height: 40vh;
margin: auto;
border: 10px solid white;
border-radius: 20px;
margin-bottom: 50px;
}
#topDiv {
background-image: linear-gradient(rgb(4, 72, 199), rgb(248, 249, 251));
padding: 50px 20px;
}
#centreDiv {
padding: 20px;
}
#bottomDiv { background-image: linear-gradient(rgb(247, 248, 250), rgb(12, 62, 161));
padding: 20px;
text-align: center;
}
#centerDiv p,ul {
font-size: 25px;
}
#centerDiv ul {
font-size: 25px;
}
#bottomDiv a {
font-size: 25px;
color: black;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
#bottomDiv button {
color: black;
}