19 lines
317 B
CSS
19 lines
317 B
CSS
#menu
|
|
{list-style-type: none;
|
|
width: 100%;
|
|
box-shadow: 0px 0px 5px black;
|
|
text-align: center;
|
|
transform: rotate(-0.5deg);
|
|
background-color: #FF8800;}
|
|
|
|
#menu li
|
|
{display: inline-block;
|
|
margin: 0.5em;
|
|
margin-left: 1.5em;
|
|
margin-right: 1.5em;}
|
|
|
|
#menu a
|
|
{
|
|
text-decoration: none;
|
|
}
|