Blogger Information
Blog 42
fans 4
comment 0
visits 30623
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.15PHP线上培训作业
小丑的博客
Original
669 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>岸本齐史的少年漫画</title>
<style type="text/css">

div{
width: 650px;
height: 350px;
padding: 15px;
background-image: url('image/ninjia3.jpg');
/*background-size: 465px,495px;*/
background-repeat: no-repeat; /*禁止背景平铺*/
border-radius:25px;           /*div 元素添加圆角边框*/
box-shadow: 6px 6px 6px #c39143;

}

.ninjia{
color: #e6b422;
line-height: 1.2em;
text-indent: 2em;/*首行缩进2个字符*/
font-family: Times, TimesNR, 'New Century Schoolbook', Georgia, 'New York', serif; /*字体*/
/*text-shadow: 15px 15px 15px #cb5347;*/
}

/*h3{
text-shadow: 5px 5px 5px #FF0000;
}*/


</style>
</head>
<body>
<div>
<h3 style="color: #bf242a;text-align: center;font-size: 32px" onmouseover="change1(this)" onmouseout="change2(this)">火影忍者</h3>
<p>《火影忍者》是日本漫画家岸本齐史的代表作,作品于1999年开始在《周刊少年JUMP》上连载,于2014年11月10日发售的JUMP第50号完结;后日谈性质的外传漫画《火影忍者外传:第七代火影与绯色花月》则于同杂志2015年第22、23合并号开始短期连载,至同年第32号完结。</p>
<p>故事成功地将原本隐藏在黑暗中,用世界上最强大的毅力和最艰辛的努力去做最密不可宣和隐讳残酷的事情的忍者,描绘成了太阳下最值得骄傲最光明无限的职业。在岸本齐史笔下的忍者世界中,每一位年轻的忍者都在开拓着属于自己的忍道。</p>
</div>
<script type="text/javascript">

function change1(argument) {
argument.style.color='#ff461f';
argument.style.fontSize='38px';
}
function change2(argument) {
argument.style.color='#bf242a';
argument.style.fontSize='32px';
}

</script>
</body>
</html>

1.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