亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

簡(jiǎn)單導(dǎo)航條小案例

original 2019-02-17 10:19:17 234
abstrait:<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>Title</title&g
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style type="text/css">
        *{margin: 0;padding: 0;}
        header{ width: 60%; height:60px;  margin: 0 auto;
        }
        ul li{ width: 100px;height: 30px;
            background: black;
            padding: 15px;
            text-align: center;
            list-style: none;
            }
        ul li a:before{
            content: url("hot.png");
            margin-right: 2px;
        }
        span{
            display: inline-block;
            position: relative;
            padding-top: 1px;
            width: 100px;
            height: 25px;
        }
        ul li:hover span{
            border: 1px orange solid;
            border-radius: 8px;
            /*box-shadow: 0px 2px 20px orange ;*/
 box-shadow: 0px 1px 20px orange inset;
        }
        ul li:hover a{color: yellow;}
        ul li:hover a:before{content: none;}
        a {text-decoration: none;color: white;}
        .f-left{float: left}
    </style>
</head>
<body>
<div class="top" style="clear: both">
    <header >
    <ul>
        <li class="f-left"><span><a href="#">php</a></span></li>
        <li class="f-left"><span><a href="#">javascript</a></span></li>
        <li class="f-left"><span><a href="#">html</a></span></li>
        <li class="f-left"><span><a href="#">css</a></span></li>
    </ul>
    </header>
</div>
</body>
</html>

簡(jiǎn)單導(dǎo)航條小案例

Professeur correcteur:西門(mén)大官人Temps de correction:2019-02-17 10:36:34
Résumé du professeur:作業(yè)寫(xiě)的不錯(cuò),最好能上傳一下頁(yè)面運(yùn)行的效果圖

Notes de version

Entrées populaires