Blogger Information
Blog 60
fans 0
comment 1
visits 37435
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月15日作业
威灵仙的博客
Original
672 people have browsed it

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8" />
    <title>古诗</title>
</head>
<body>

<style type="text/css">
    div {
        width: 500px;
        height:350px;
        padding: 15px;
        border-radius: 15px;
        box-shadow: 5px 5px 5px #888;
        background-image: url(images/3.jpg);
        background-size: 530px 380px;
        background-repeat: no-repeat;

    .text {
        color:#00FF00;
        text-indent: 3em;
        line-height: 1.5em;
    }
</style>
<div>
    <h4 style="color:yellow;text-align: left; ;font-size:50px" onmouseover="change(this)"
onmouseout="old(this)">&nbsp;&nbsp;春&nbsp;&nbsp;晓</h4>
<p> &nbsp;&nbsp;&nbsp;  作者:孟浩然</p>
<p><b>    &nbsp;&nbsp;  春眠不觉晓,&nbsp;处处闻啼鸟。   </b></p>
<p><b>     &nbsp;&nbsp; 夜来风雨声,&nbsp;花落知多少。   </b></p>
</div>
<script type="text/javascript">
    function change(element) {
        element.style.fontSize = '50px'
        element.style.color = 'green'
    }
    function old(element) {
        element.style.fontSize = '30px'
        element.style.color = 'yellow'
    }
</script>
</body>
</html>

954397490.jpg

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post