📄 7.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
.div1 { position: absolute;
left: 50px;
top: 50px;
width: 90px;
height: 90px;
background: #FF0000; }
.div2 { position: absolute;
left: 65px;
top: 65px;
width: 60px;
height: 60px;
background: #00FF00; }
.div3 { position: absolute;
left: 80px;
top: 80px;
width: 30px;
height: 30px;
background: #0000FF; }
</style>
</head>
<body>
<div class="div1"></div>
<div class="div2"></div>
<div class="div3"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -