-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.css
38 lines (34 loc) · 988 Bytes
/
aboutus.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
:root {
--font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
--font-heading: "Dancing Script", cursive;
--font-custom1: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS", sans-serif;
--font-custom2: "Lato", sans-serif;
--font-flipcard: "Courier New", Courier, monospace;
--body-color: #333;
--color-main: gray;
--theme-color4: #D2AE90;
--theme-color5: #DD7564;
--theme-color6: #A79687;
--theme-color7: #24262A;
--theme-color8: #133846;
--theme-color9: #2d2a32;
--theme-color10: #2d2a32;
--theme-color11: #343330;
--theme-color12: #2d2d2d;
--theme-color13: #121019;
--frontcard-color: #e4ff1a;
--backcard-color: #033860;
--border-color: #AEDFF2;
--b: 5px;
}
#cutepics img {
width: 150px;
border-radius: 50%;
padding: 25px;
}
#cutepics div {
display: inline-block;
}
#cutepics div h2 {
font-size: 20px;
}