码迷,mamicode.com
首页 > Web开发 > 详细

HTML+CSS主体框架

时间:2017-08-06 14:06:38      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:title   ack   logs   css   sheet   alt   入门   tle   div   

 技术分享

 

  •  HTML代码:

<html>

<head>

    <title>入门样式表小案例</title>

    <!--引入css-->

    <link rel="stylesheet" type="text/css" href="demo1.css"/>

</head>

<body>

    <div class="style1">

        <img src="stupidCat.jpg" />

    </div>

</body>

</html>

  •  CSS代码:

.style1 {

    border: 1px;

    background-color: silver;

    margin-left: 300px;

    margin-top: 400px;

    width: 500px;

    height: 400px;

    padding-top:100px;

    padding-left:100px;

}

HTML+CSS主体框架

标签:title   ack   logs   css   sheet   alt   入门   tle   div   

原文地址:http://www.cnblogs.com/qxljust/p/7294466.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!