一,效果图。
二,代码。
DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS 教程title>
<style>
body {
background-color: #d0e4fe;
}
h1 {
color: range;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 20px;
}
style>
head>
<body>
<h1>css 实例!h1>
<p>这是一个段落p>
body>
html>
参考资料:《菜鸟教程》
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/1349.html
一,效果图。 二,代码。 DOCTYPE html> CSS 语法 p { color: red; text-align: center; } Hello world! this paragraph is styled with css 参考资料:《菜鸟教程》
一,效果图。 二,代码。 DOCTYPE html> CSS id和class选择器 #para1 { text-align: center; color: red; } .center { text-align: center; } p.center...
摘要:实例改文本插入在元素中该段落有自己的背景颜色背景图片不重复,设置实例背景图片只显示一次,并与文本分开实例中还添加了属性用于让图片与文本间隔开参考资料菜鸟教程一,效果图。 二,代码。 DOCTYPE html> CSS backgrounds h1 { background-color: #6495ed; } ...
一,效果图。 二,代码。 DOCTYPE html> CSS Fonts(字体) body { font-size: 100%; } h1 { font-style: normal; font-size: 40px; font-size: 2.5em; ...
一,效果图。 二,代码。 DOCTYPE html> CSS 链接(link) a:link { color: #ff0000; text-decoration: none; background-color: #b2ff99; } a:visited { co...
阅读 1999·2023-04-26 02:15
阅读 2231·2021-11-19 09:40
阅读 936·2021-10-27 14:13
阅读 3220·2021-08-23 09:44
阅读 3572·2019-12-27 12:24
阅读 587·2019-08-30 15:53
阅读 1101·2019-08-30 10:53
阅读 2105·2019-08-26 12:14