一,效果图。
二,代码。
DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS paddingtitle>
<style>
p {
background-color: yellow;
}
p.padding {
padding-top: 25px;
padding-bottom: 25px;
padding-right: 50px;
padding-left: 50px;
}
style>
head>
<body>
<p>This is a paragraph with no specified padding.p>
<p class="padding">This is a paragraph with specified paddings.p>
body>
html>
参考资料:《菜鸟教程》
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/1251.html
一,效果图。 二,代码。 DOCTYPE html> CSS 样式列表(url) ul.a { list-style: circle; } ul.b { list-style: square; } ol.c { list-style: upper-...
一,效果图。 二,代码。 DOCTYPE html> CSS Table表格 table { border-collapse: collapse; width: 100%; } table, th, td { border: 1px solid green;...
一,效果图。 the picture above is 250px wide.the total width of this element is also 250px. 参考资料:《菜鸟教程》
一,效果图。二,代码。DOCTYPEhtml><html><head><metacharset="utf-8"><title>CSSAligntitle><style>body{margin:0;padding:0;} .container{position:relative;width:100%;} ...
一,效果图。 二,代码。 DOCTYPE html> CSS 教程 body { background-color: #d0e4fe; } h1 { color: range; text-align: center; } p { fon...
阅读 1459·2021-10-14 09:43
阅读 1405·2021-10-09 09:58
阅读 1917·2021-09-28 09:42
阅读 3698·2021-09-26 09:55
阅读 1732·2021-08-27 16:23
阅读 2684·2021-08-23 09:46
阅读 890·2019-08-30 15:55
阅读 1354·2019-08-30 15:54