12c03-3.css

来自「介绍PHP5的给类型函数应用」· CSS 代码 · 共 39 行

CSS
39
字号
/* Large Version page definitions: */body {	background-color: #FFFFFF;	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 14px;}/* The selector */div#selector {	position: absolute;	top: 5px;	right: 5px;	padding: 7px;	border: 2px solid black;}/* The page title */h1 {	font-size: 36px;	text-align: center;	color: #003300;}/* The news articles */div.article {	border: 3px solid red;	padding: 0px;	margin: 10px;}/* The title of the story: */div.article h2 {	background-color: #99CC00;	font-size: 16px;	text-align: left;	padding: 7px;	margin: 0px;}/* The text of the story */div.article p {	margin: 0px;	padding: 10px 10px 10px 35px;}

⌨️ 快捷键说明

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