美文网首页
2019-04-30

2019-04-30

作者: 一只皮皮橙 | 来源:发表于2019-04-30 14:52 被阅读0次

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>无标题文档</title>

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

</head>

<body>

<div class="content">

<ul>

<li>1</li>

<li>2</li>

<li>3</li>

<li>4</li>

<li>5</li>

</ul>

</div>

</body>

</html>

@charset "utf-8";

/* CSS Document */

*{

margin:0px;

padding:0px;

}

.content{

margin:0px auto;

width:426px;

height:130px;

background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/adver-01.jpg);

}

ul{

list-style:none;

overflow:hidden;

position:relative;

    left:286px;

    top:102px;

}

ul li{

border:solid 1px #6f6669;

width:20px;

height:20px;

font-size:14px;

text-align:center;

background-color:#fff;

margin:3px;

float:left;

}

相关文章

网友评论

      本文标题:2019-04-30

      本文链接:https://www.haomeiwen.com/subject/vtkvnqtx.html