排他风琴页
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
background-color: rgb(45, 44, 65);
list-style: none;
}
#menu {
color: rgb(45, 44, 65);
margin: 10px 35%;
}
#menu > li > ul > li {
height: 100%;
width: 500px;
color: white;
background-color: rgb(68, 68, 90);
}
#menu > li > ul > li:hover {
background-color: rgb(69, 69, 92);
color: red;
transition: all 0.5s linear;
}
#menu > li {
width: 500px;
height: 80px;
line-height: 80px;
background-color: white;
overflow: hidden;
text-align: center;
border: 1px solid black;
box-sizing: border-box;
border-radius: 10px;
transition: all 0.5s linear;
}
#menu > li:hover {
color: red;
}
</style>
</head>
<body>
<div>
<ul id="menu">
<li>
<span class="fa fa-edit"></span>
Diseno web