cyp/app/css/header.less
Ondrej Zara 17b5040766 art
2019-03-19 22:56:39 +01:00

18 lines
222 B
Plaintext

header {
nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
li {
text-align: center;
flex-grow: 1;
line-height: 40px;
&:hover { background-color:red;}
}
}
}