menuarkaplan { position: fixed; top: 0px; left: 0px; width: 100%; height: 40px; background-color: black; } .menu { float: left; } .menu ul li { margin-left: 15px; list-style-type: none; float: left; width: 150px; } .menu ul li:first-child { margin-left:0px; background-color: aquamarine; } .menu ul li a { color: white; text-decoration: none; } .menu ul li a:hover { background-color: white; color: black; } .resim { margin-top: 30px; width: 100%; height: 500px; position: absolute; left: 0px; } .ustyazi { text-align: center; font-size: 24px; top: 450px; left: 50px; position: absolute; color: white; z-index: 100; } .link { width: 100px; color:white; background-color: black; text-decoration: none; } .link:hover { background-color: rgb(57, 211, 211) } .icerik { top: 538px; left: 0px; position: absolute; width: 100%; } .hakkimizda { margin-top: 50px; line-height: 40px; text-align: center; font-size: 18px; } .hakkimizda span { font-weight: bold; font-size: 24px; } .resimler { width: 100%; } .resimler li { list-style-type: none; float: left; width: 25%; } .resimim { width: 200px; height: 200px; border-radius: 100px; } .footer { position: absolute; top:1000px; left: 0px; color: white; background-color: black; width: 100%; text-align: center; font-size: 24px; font-weight: bold; line-height: 40px; } .footer span { text-decoration: underline; } .hakkimizdaa ul li { float: left; width: 25%; list-style-type: none; } .hakkimizdaa ul li span { font-weight: bold; font-size: 24px; }