htm.css
来自「Java图片编辑器」· CSS 代码 · 共 21 行
CSS
21 行
@charset "utf-8";
<!--
body {
background-color: #ebe9ed;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
td,input,select {
font-size: 12px;
}
.button {
width: 64px;
height: 22px;
border: solid 1px #808080;
}
legend {
font-weight: bold;
}
-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?