Newer
Older
web / Css / menu.css
@InoueRyoya InoueRyoya on 11 Jul 2022 504 bytes add
nav ul{
    display: table;
    margin: 0 auto;
    padding: 0 ;
    width: 80%;
    text-align: center;
    }
nav li{
    display: table-cell;
    min-width: 50px;
}
nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 0px;
}

nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #FFCC33;
}

.menu{
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	background: #FFF;
}

p.deka{
font-family: 'Dela Gothic One', cursive;
font-size: 40px;
color: #ff4500;}