diff --git a/index.html b/index.html index 983932c..ba35ed6 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,15 @@ - + + + +
diff --git a/style.css b/style.css index 3a3ce43..741e44e 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,38 @@ #qrCodeContainer { margin-top: 20px; } + + + body { + margin: 0; + font-family: Arial, sans-serif; + } + + .navbar { + display: flex; + align-items: center; + justify-content: center; + background-color: #000; + padding: 10px 20px; + } + + .logo { + height: 50px; + position: absolute; + left: 20px; + } + + .nav-links { + list-style: none; + padding: 0; + display: flex; + } + + .nav-links li { + margin: 0 15px; + } + .nav-links a { + text-decoration: none; + color: white; + font-size: 18px; + } \ No newline at end of file