一,效果图。
二,代码。
DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS id和class选择器title>
<style>
#para1 {
text-align: center;
color: red;
}
.center {
text-align: center;
}
p.center {
text-align: right;
}
style>
head>
<body>
<p id="para1">hellop>
<p>this paragraph is not affected by the style.p>
<h1 class="center">标题居中h1>
<p class="center">段落居中p>
body>
html>
参考资料:《菜鸟教程》
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/1332.html
一,效果图。二,代码。DOCTYPEhtml><html><head><metacharset="utf-8"><title>CSSAligntitle><style>body{margin:0;padding:0;} .container{position:relative;width:100%;} ...
一, 效果图。 二,代码。 DOCTYPE html> CSS 分组和嵌套 h1, h2, p { color: green; } .marked { background-color: red; } .marked p { col...
一,效果图。 二,代码。 DOCTYPE html> CSS 教程 body { background-color: #d0e4fe; } h1 { color: range; text-align: center; } p { fon...
一,效果图。 二,代码。 DOCTYPE html> CSS 语法 p { color: red; text-align: center; } Hello world! this paragraph is styled with css 参考资料:《菜鸟教程》
摘要:实例改文本插入在元素中该段落有自己的背景颜色背景图片不重复,设置实例背景图片只显示一次,并与文本分开实例中还添加了属性用于让图片与文本间隔开参考资料菜鸟教程一,效果图。 二,代码。 DOCTYPE html> CSS backgrounds h1 { background-color: #6495ed; } ...
阅读 1856·2021-11-15 11:39
阅读 1037·2020-12-03 17:06
阅读 715·2019-12-27 11:42
阅读 3251·2019-08-30 13:59
阅读 1438·2019-08-26 13:22
阅读 3269·2019-08-26 12:15
阅读 2455·2019-08-26 10:22
阅读 1542·2019-08-23 18:40