11.8
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了11.8相关的知识,希望对你有一定的参考价值。
<<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title></title>
<style >
#e{width: 200px;height: 200px;margin: 0 auto;margin-top:300px;
margin:100px;padding:30px}
.i{width:100px;height: 100px;}
#a{background-color: #400000;float:left;border-radius: 100px}
#b{background-color: #546456;float:left;border-radius: 100px}
#c{background-color: #123123;float:left;border-radius: 100px}
#d{background-color: #234324;float:left;border-radius: 100px}
h1{color: #456546;width: 50px;margin: 0 auto;
margin-top: 300px;}
</style>
</head>
<body>
<div id="e">
<div class="i" id="a"></div>
<div class="i" id="b"></div>
<div class="i" id="c"></div>
<div class="i" id="d"></div>
<h1>脱发代码</h1>
</div>
</body>
</html>
marigin-top:300px调整上面距离。
marigin-right 右,left 左,bottom下
margin外边距, padding内边距,
<meta charset="utf8">清除乱码
marigin: 0 auto; 使方格居中
border-redius: 100px 使方框变圆
<h1></h1> h1是字体。
以上是关于11.8的主要内容,如果未能解决你的问题,请参考以下文章
11.6 MariaDB安装 11.7/11.8/11.9 Apache安装