感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<html>
<head>
<style>
body
{
margin-left:200px;
background:#5d9ab2 url('img_tree.png') no-repeat top left;
/*图片拒绝平铺 左边靠上*/
}
.a_div
border:1px solid gray;
margin-left:auto;
margin-right:auto;
width:90%;
background-color:#d0f0f6;
text-align:left;
padding:8px;
/*边框 左右设置距离 文本宽度 背景色 文字靠左 填充*/
</style>
</head>
<body>
<div class="a_div">
<h1>Hello World!</h1>
<p>This example contains some advanced CSS methods you may not have learned yet. But, we will explain these methods in a later chapter in the tutorial.</p>
</div>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……