Blogger Information
Blog 17
fans 0
comment 0
visits 11997
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
作业一
一片叶
Original
613 people have browsed it
<!DOCTYPE html>
<html>
<head>
   <meta charset="UTF-8">
   <title>demo</title>
   <style>
       p{
           margin: 0;
           padding: 0;
       }
       div{
           margin: 10px auto;
           padding-top: 50px;
           padding-left: 400px;
           padding-right: 50px;
           width: 700px;
           height: 550px;
           background: url("http://dl.bizhi.sogou.com/images/2013/09/12/384703.jpg") no-repeat;
           box-shadow: 5px 5px 5px #303030a9;
           border-radius: 20px;
       }
       h2:hover{
           text-shadow: 3px 3px #99cf51f1;
       }
       p{
           text-indent: 2em;
           font-family: 'Courier New';
           color: rgb(44, 44, 44);
           line-height: 40px;
       }
   </style>
</head>
<body>
   <div>
       <h2>武林名人素还真</h2>
       <p>霹雳布袋戏虚拟人物,首席男主角,2001年-2017年连续十七年荣获霹雳人气票选排行榜第一名,是当之无愧的霹雳一哥。</p>
       <p>诗号:半神半圣亦半仙,全儒全道是全贤,脑中真书藏万卷,掌握文武半边天。</p>
       <p>霹雳化身最多的首席男主角,温文儒雅、器宇轩昂、超凡脱俗、武学莫测高深、足智多谋、博学多才、谦虚有礼,处世圆融冷静、慈悲亲和、关怀众生;以武林和平、天下大同为己任,“谋为天下谋、利为天下利” - 无我、无为!为武林风尘默默承受一切,多次以绝顶智慧化解灾厄,置之死地而后生,为天下苍生应现各种精彩玄奇的身份!幽默风趣的随机教化,难舍能舍、忍辱负重、不惧毁谤、无怨无悔,默默付出,不遗余力、不求回报,真乃具足大慈悲与大智慧的凡圣一体,反璞归真“素还真”。</p>
   </div>
</body>
</html>


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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!