国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

鼠標(biāo)移動(dòng)時(shí)顯示特效文字DIV的焦點(diǎn)

Original 2019-01-07 20:40:43 166
abstract:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">&

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

<style>

*{padding:0%;margin:0%;}

#box{width: 100px;height: 100px;background: violet;border:10px dotted #ccc;margin: 20px auto;border-radius: 10px;}

.main{width: 100px;height: 100px;background: violet;border-top:10px solid #ccc;border-bottom: 10px solid #ccc;margin: 100px auto;}

button{border:none;margin: 20px;}

.shadow{width: 300px;height:40px;margin: 20px auto;}

.shadow:hover{width: 300px;height:40px;box-shadow: 0px 6px 30px #ccc inset;margin: 20px auto;}

</style>

</head>

<body>

<div id="box"></div>

<div class="main"></div>


<div class="shadow">特效</div>

</body>

</html>


Correcting teacher:滅絕師太Correction time:2019-01-08 09:21:46
Teacher's summary:看著作業(yè)是花了心思的,完成的不錯(cuò),希望繼續(xù)保持!

Release Notes

Popular Entries