⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 this is the code for user manager
💻 CSS
字号:
body 
{
    background-color: silver; font-family: Verdana; font-size: small;
}

.left
{
    border: solid 1px #222;
    width: 200px;
    background-color: White;
    float: left;
    padding: 5px;
}

.main
{
    position: absolute;
    left: 225px;
    padding: 5px;
    width: auto;
    background-color:White;
    border: solid 1px #222;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -