📄 9.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
div { font-size: 48pt;
font-weight: bold;
font-style: italic;
font-family: "Script MT Bold",Script; }
.div1 { position: absolute;
left: 34px;
top: 34px;
color: #000000; }
.div2 { position: absolute;
left: 32px;
top: 32px;
color: #808000; }
.div3 { position: absolute;
left: 30px;
top: 30px;
color: #FFFF00; }
</style>
</head>
<body>
<div class="div1">Cascading StyleSheets Level 2</div>
<div class="div2">Cascading StyleSheets Level 2</div>
<div class="div3">Cascading StyleSheets Level 2</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -