Giriş

Şifremi unuttum
* { margin: 0 auto; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; font-family: "Google Sans Regular"; scroll-behavior: smooth; } body { justify-content: center; display: flex; background: url("background.jpg") no-repeat; background-size: cover; align-items: center; min-height: 100vh; background-position: center; } header { position: fixed; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 80px; padding: 0 100px; } .logo { font-size: 1.8em; color: white; font-weight: bold; user-select: none; } .nav-bar ul { display: flex; }