diff --git a/Notebook.md b/Notebook.md
index 51147c7..1841f12 100644
--- a/Notebook.md
+++ b/Notebook.md
@@ -115,7 +115,7 @@ We should use classes to make things easier later.
Projects
-
+
Contact
@@ -408,6 +408,7 @@ For the projects section I want to highlight two personal projects, maybe includ
To accomplish stacking the different projet sections I am going to introduce some grid organization into the projects section. Withe simple CSS we can achieve a nice staked layout within our projects section.
**CSS**
+
```
.grid-container {
display: grid;
@@ -427,13 +428,15 @@ To accomplish stacking the different projet sections I am going to introduce som
align-items: center;
}
```
+
**HTML**
+
```
Personal Projects
-
+
@@ -448,7 +451,7 @@ To accomplish stacking the different projet sections I am going to introduce som