@import url('https://fonts.googleapis.com/css2?family=Teko:wght@700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Teko'; } temizle{ clear: both; } header{ width: 100%; background-color: #232323; padding: 30px 50px; } .logo{ color: #e5e5e5; font-size: 50px; text-decoration: none; } .logo:hover{ color: #ffffaa; } header ol{ float: right; list-style: none; margin-top: 20px; } header ol li{ float: left; } header ol li a{ text-decoration: none; color: #e5e5e5; padding: 15px 20px; font-size: 20px; letter-spacing: 2px; } header ol li a:hover{ color: #ffffaa; }