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