web_AI-3/css/stylesheet.css
2016-12-28 14:48:58 +01:00

30 lines
414 B
CSS

/* navigation */
ul {
list-style-type:none;
overflow: hidden;
background-color:none;
image-orientation: left;
}
li {
float: right;
}
li a {
display: block;
color: grey;
text-align: center;
padding: 18px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
li {
border-right: 1px solid #bbb;
border-left: 1px solid #bbb;
}
/* navigaton end */