Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gmcninch-tufts
GitHub Repository: gmcninch-tufts/2024-Sp-Math190
Path: blob/main/build-assets/default.css
896 views
1
html {
2
font-family: sans-serif;
3
font-size: 15px;
4
}
5
6
body { /* margin-left: 50px; */
7
width: 90%;
8
margin: 5%;
9
color: black;
10
}
11
12
13
a { color: red;
14
}
15
16
.title, .author, .date { text-align: center; }
17
18
table th + th { border-left:2px solid black;}
19
th { border-bottom: 2px solid black;
20
border-collapse: collapse; }
21
22
table td + td { border-left:1px solid black;}
23
24
td { border-bottom:1px solid black;
25
border-collapse: collapse; }
26
27
.title-slide h1 { text-align: center;
28
font-family: Palatino;
29
border-bottom: 1px solid black;}
30
31
.image-container {
32
text-align: center;
33
}
34
35
.solution {
36
padding: 5px 5px 5px 5px;
37
color: darkred;
38
margin-top: 10px;
39
margin-bottom: 10px;
40
border: 1px solid black;}
41
42
.comment {
43
padding: 5px 5px 5px 5px;
44
color: darkred;
45
margin-top: 10px;
46
margin-bottom: 10px;}
47
48
.identity {
49
padding: 1cm 1cm 1cm 1cm;
50
border: 1px solid black;
51
}
52
53