summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/beaver.jpgbin0 -> 8740 bytes
-rw-r--r--schedule.html7
-rw-r--r--style.css23
3 files changed, 17 insertions, 13 deletions
diff --git a/images/beaver.jpg b/images/beaver.jpg
new file mode 100644
index 0000000..0558ece
--- /dev/null
+++ b/images/beaver.jpg
Binary files differ
diff --git a/schedule.html b/schedule.html
index b0d4cdd..477d0fb 100644
--- a/schedule.html
+++ b/schedule.html
@@ -21,13 +21,12 @@
</menu>
<!-- list of games -->
- <article id="bracket">
- <h1>Games schedule</h1>
+ <article>
+ <h1>Games Schedule</h1>
<div id="calendar">
-
- <h3>Wednesday, August 8th</h3>
+ <h2>Wednesday, August 8th</h2>
<table>
<tr><td><strong>3:30pm</strong></td><td>Group A - Gaijin vs Olympic Croquets</td></tr>
<tr><td><strong>3:45pm</strong></td><td>Group B - Night Hawks vs Cake and Death</td></tr>
diff --git a/style.css b/style.css
index 3be6e14..ddd87ab 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,16 @@ header {
margin: 0;
}
+header h1 {
+ font-size: 350%;
+ margin-bottom: 0
+}
+
+header p {
+ font-size: 110%;
+ margin-top: .5ex;
+}
+
footer {
color: #333;
font-size: 80%;
@@ -92,10 +102,6 @@ menu a {
text-decoration: none;
}
-header h1 {
- margin-bottom: 0
-}
-
article h1 {
text-align: center;
font-size: 300%;
@@ -123,12 +129,11 @@ tr:nth-child(even) {
}
#calendar h2 {
- text-align: left;
- margin-top: 10px
+ text-align: center
}
-#calendar h3 {
- text-align: center
+#calendar table {
+ margin-bottom: 2ex;
}
.group {
@@ -248,7 +253,7 @@ td.team-name {
}
#teams tr:hover {
- background-color: #bef;
+ background-color: #d0f0ff;
}
#teams td.members {