diff --git a/Body1/index1.css b/Body1/index1.css index 8fd7a26..87492a6 100644 --- a/Body1/index1.css +++ b/Body1/index1.css @@ -16,10 +16,10 @@ /* Slideshow container */ .slideshow-container { max-width: 100%; - position: relative; + /* position: relative; */ margin: auto; height: 450px; - margin-top: 250px; + margin-top: 130px; } #image1 { width: 100%; diff --git a/components/navbar.js b/components/navbar.js index 514d7c7..fe6d5b7 100644 --- a/components/navbar.js +++ b/components/navbar.js @@ -1,14 +1,13 @@ let navbar = () =>{ - return ` - + return ` +
- +
` - }; export {navbar} \ No newline at end of file diff --git a/index.html b/index.html index c956787..99e62f8 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,9 @@ - +
+ +
diff --git a/styles/navbar.css b/styles/navbar.css index a18de44..80909fa 100644 --- a/styles/navbar.css +++ b/styles/navbar.css @@ -60,6 +60,8 @@ #lang1{ background-color: white; position: fixed; + margin-top: 10px; + padding: 20px; } #lang1 > div{ padding-top: 15px;