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

📄 staff.css

📁 这是我卖的书上的源码 这书是电子邮电出版的是有关网络编程 有详细的例子
💻 CSS
字号:
directory
{
display: block;
}
employee
{
display: block; 
border: solid; 
}
name
{
display: inline;
font-weight: bold; 
width: 100px;
}
title
{
display: inline; 
font-style: italic; 
width: 150px;
}
phone
{
display: inline; 
color: red;
width: 150px;
}
email
{
display: inline; 
color: blue; 
width: 100px;
}

⌨️ 快捷键说明

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