body { background-image: url("https://cdn.shutterstock.com/shutterstock/videos/712807/thumb/1.jpg?i10c=img.resize(height:72)"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: initial; } .menubaritem { width: 16.6%; float: left; background: black; color: white; font-size: 25px; -webkit-transition-duration: 0.01s; transition-duration: 0.4s; border-bottom: 10px solid black; text-decoration: none; text-align: center; font-size: initial; padding: 10px 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; } .menubaritem:hover{ background-color: black; color: white; border-bottom: 10px solid lightgreen; } .body { color: black; } #undermenubar { margin-top: 2%; }