📄 css1.css
字号:
.a1 {
font-size: 12px;
font-style: italic;
line-height: 150%;
font-weight: 300;
}
.f1 {
font-size: 72px;
color: #0099CC;
font-weight: bold;
font-style: normal;
line-height: 300%;
filter: Blur(Add=4, Direction=left, Strength=100);
height: 100px;
width: 250px;
position: relative;
left: auto;
}
.a1 {
font-size: 12px;
color: #333333;
text-decoration: underline overline line-through;
}
.b1 {
font-size: 14px;
line-height: 200%;
color: #333333;
background-color: #00CCFF;
background-image: url(../3.jpg);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -