Firstly, my navigation bar is causing my div to be pushed down the page leaving a white bar before the website actually starts. How do I remove this bar?
Secondly, I cannot get the svg circle to align vertically. How do I do this?
Here is my current code:
@import url(https://fonts.googleapis.com/css?family ... eesatz:200); body{ margin: 0 auto; font-family: 'Yanone Kaffeesatz', sans-serif; color: #FFFFFF; } header div{ background-image: url(
); width: 100%; height: 375px; } header div nav ul li{ display: inline-block; float: right; padding-right: 10px; font-size: 25px; margin-top: 10px; margin-right: 10px; } header div nav ul li a{ text-decoration: none; color: #FFFFFF; } .circular { width: 200px; height: 200px; border-radius: 80px; -webkit-border-radius: 150px; -moz-border-radius: 150px; background: url(http://imgsv.imaging.nikon.com/lineup/l ... ple1_l.jpg) no-repeat; margin-left: auto ; margin-right: auto ; } .circular img { opacity: 0; filter: alpha(opacity=0); } Источник: https://stackoverflow.com/questions/356 ... n-the-page
Мобильная версия