c3d2-web/content/static/autotopia/autotopia.css

35 lines
589 B
CSS

body {
background-color: white;
color: #111;
margin: 0;
padding: 0;
}
.wrapper {
margin: 0.5em auto;
max-width: 60em;
min-height: 560px;
background: right top no-repeat url('autotopia.png');
/* make a "containing block" */
position: relative;
}
nav ul, nav ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
nav ul li a {
display: inline-block;
width: 0;
height: 0;
overflow: hidden;
padding: 30px 40px 0 0;
text-decoration: none;
}
nav .index {
position: absolute;
right: 375px;
top: 110px;
}