开发者学堂课程【CSS 快速掌握:文本与字体属性综合案例】学习笔记,与课程紧密联系,让用户快速学习知识。
课程地址:https://developer.aliyun.com/learning/course/611/detail/9173
文本与字体属性综合案例
内容介绍
一.示例
一.示例
<meta charset="UTF-8">
<title>
文本与字体属性综合案例</title>
<style type="text/css">
在写CSS代码之前一定要将HTML结构代码先写好 I
h2{
color: skyblue;
font-size: 36px;
font-family
:黑体;
P1{
color
:#444;
font-size: 12px;
font-family:
楷体;
.p2{
color
:#00f;
.first{
font-size
:36px;
color
:#0f0;
.sec{
font-size
:36px;
color
:#faa;
font-style: italic;
.p3{
I
font-weight: both;
font-family
:黑体;