-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
70 lines (59 loc) · 922 Bytes
/
styles.css
File metadata and controls
70 lines (59 loc) · 922 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
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
h1 {
color: darkblue;
text-align: center;
}
h3 {
color: darkblue;
}
code {
font-family: Consolas,"courier new";
color: darkslategrey;
/# background-color: #f1f1f1; */
padding: 2px;
font-size: 80%;
}
.code_div{ /*style for code division */
border: 1px outset black;
background-color: white;
text-align: left;
width: 140%
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
figcaption {
text-align: center;
}
/*
figure {
margin: auto;
}
*/
.content1{
width: 200px
margin:auto
padding: 25px 50px;
border: solid blue
}
.content2{
margin:auto
padding: 25px 50px;
background-color: #A9F5F2;
}
.content3{
margin:auto
padding: 25px 50px;
background-color: #CEF6F5;
}
.content4{
margin:auto
padding: 25px 50px;
background-color: #A9F5F2;
}
.content5{
margin:auto
padding: 25px 50px;
background-color: #CEF6F5;
}