From a10cb3ca6b89776e3cb21390ab91655fea5dd253 Mon Sep 17 00:00:00 2001
From: Danny <93397389+Dcastro99@users.noreply.github.com>
Date: Sat, 5 Feb 2022 16:45:55 -0800
Subject: [PATCH] fixed herf mistake
---
classroom.html | 2 +-
css/style.css | 6 +++++-
index.html | 2 +-
leaderboard.html | 5 ++++-
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/classroom.html b/classroom.html
index 74c0863..54faaef 100644
--- a/classroom.html
+++ b/classroom.html
@@ -3,7 +3,7 @@
-
+
Main page
diff --git a/css/style.css b/css/style.css
index 8f0af59..22c00bf 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2,6 +2,10 @@
* {
box-sizing: border-box;
}
+
+body {
+ margin: 0;
+}
#rooms{
max-width: max-content;
height: max-content;
@@ -25,7 +29,7 @@ section {
display: flex;
flex-direction: column;
justify-content: space-between;
- margin: 3rem;
+ padding: 3rem;
}
diff --git a/index.html b/index.html
index 74c0863..54faaef 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
-
+
Main page
diff --git a/leaderboard.html b/leaderboard.html
index 36243e3..1225b90 100644
--- a/leaderboard.html
+++ b/leaderboard.html
@@ -1,8 +1,9 @@
+
-
+
@@ -12,6 +13,7 @@
+
@@ -25,4 +27,5 @@ Leader Board
+
\ No newline at end of file