diff --git a/github.png b/github.png
new file mode 100644
index 0000000..119a664
Binary files /dev/null and b/github.png differ
diff --git a/index.html b/index.html
index 3b45474..97bc0d3 100644
--- a/index.html
+++ b/index.html
@@ -46,7 +46,14 @@
Assignments:
Press the right arrow key or tap to
proceed to the next step.
diff --git a/style.css b/style.css
index a4e21bf..91e28fb 100644
--- a/style.css
+++ b/style.css
@@ -119,9 +119,7 @@ button:disabled {
font-size: 16px;
text-align: left;
}
-#assignments{
- text-align: center;
-}
+
#variables-assignments-container {
display: flex;
@@ -150,12 +148,20 @@ button:disabled {
#refresh-btn:hover{
background-color:#333;
}
+#github{
+ height: 30px;
+}
.footer {
+ margin-left: 10px;
+ margin-right: 10px;
margin-top: auto;
text-align: center;
- padding: 10px;
+ padding-top: 10px;
font-size: 14px;
color: #000000;
border-top: 1px solid #212424;
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
}
\ No newline at end of file