diff --git a/components/navbar.html b/components/navbar.html index 837a182..48be5b3 100644 --- a/components/navbar.html +++ b/components/navbar.html @@ -1 +1,4 @@ -

Saul Bon Monsieur

\ No newline at end of file + + \ No newline at end of file diff --git a/css/navbar.css b/css/navbar.css new file mode 100644 index 0000000..52d0d54 --- /dev/null +++ b/css/navbar.css @@ -0,0 +1,14 @@ +#navbar_component { + align-items: center; + display: flex; + height: 5rem; + padding: 0 5rem; + position: fixed; + top: 0; + width: 100%; + background-color: #f5a122; +} + +#navbar_padding{ + padding: 2.5rem; +} \ No newline at end of file diff --git a/css/saoulbonmonsieur.css b/css/saoulbonmonsieur.css index be652db..3081f9a 100644 --- a/css/saoulbonmonsieur.css +++ b/css/saoulbonmonsieur.css @@ -1,3 +1,10 @@ +* { + box-sizing: border-box; + padding: 0; + margin: 0; + scroll-behavior: smooth; +} + .test { width: 15%; height: 15%; diff --git a/index.html b/index.html index b91ac2b..5db3f7b 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,16 @@ + + + +

Saul Bonmonsieur