-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
112 lines (93 loc) · 1.5 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body {
font-family: 'Lato', sans-serif;
}
img {
max-width: 800px;
border: 3px solid black;
display: block;
margin: 10px 0px;
}
#header {
background-color: black;
padding: 5px;
padding-left: 30px;
color: white;
}
#header a {
text-decoration: none;
}
#header a:visited {
text-decoration: none;
color: white;
}
#header h2 {
font-style: italic;
}
#menu a {
text-decoration: none;
list-style-type: none;
text-transform: uppercase;
color: white;
}
#menu ul {
display: flex;
justify-content: space-evenly;
}
#menu li {
padding-top: 16px;
background-color: black;
}
#menu {
height: 54px;
width: 150px;
background-color: black;
width: 100%;
}
body>h2 {
text-align: center;
text-decoration: underline;
font-size: 40px;
}
.content {
width: 1184px;
margin-left: auto;
margin-right: auto;
padding: 20px;
margin-top: 20px;
border: 10px solid black
}
table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
border: 1px solid black;
margin-top: 10px;
margin-bottom: 20px;
}
tr,
td {
border: 1px solid black;
min-width: 150px;
}
th {
background-color: black;
color: white;
}
.subsection {
margin-left: auto;
margin-right: auto;
padding: 10px;
border: 10px solid lightgrey;
}
a,
a:visited {
text-decoration: none;
color: black;
}
.theoryImg {
margin-left: auto;
margin-right: auto;
}
dfn{
font-weight:800;
}