Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

19 changes: 16 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ body {
padding-top: 150px; /* To offset the fixed-top navbar */
}
.container {
max-width: 960px;
max-width: 1200px;
padding: 30px;
border-radius: 10px;
border: 5px solid black;
margin: auto;
background-color: #aba2a2;
}
.page-title {
padding: 0;
text-align: center;
overflow-x: hidden;
}
hr {
display: block;
Expand Down Expand Up @@ -39,12 +41,23 @@ hr {
ul {
list-style: none;
}
tbody {
background-color: #ebe5ef;
}
th {
text-align: center;
}
.local {
font-weight: bold;
}
.online {
font-weight: bold;
}
.footer {
clear: both;
footer {
text-align: center;
color: white;
background-color: black;
}
.resources {
text-align: center;
}
Binary file added graphics/Book Stack-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/GitHub-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Test Tube-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Tweezers-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading