-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.css
53 lines (44 loc) · 1.01 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
/* Adopted CSS from https://github.com/jtleek/ads2020/blob/master/style.css */
/* -----------div tips------------- */
.homework {
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 70px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
color: #03537B ;
background-color: #CDE7F5;
border: solid 5px #03537B;
}
.resources {
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 70px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
color: #443F1F;
background-color: #e5d468;
border: solid 5px #443F1F;
}
.keyidea{
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 70px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
color: #441F29;
background-color: #E56889;
border: solid 5px #441F29;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}