Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>36种漂亮的CSS3网页按钮Button样式
</title>
</head>
<body>
<div class="page">
<header id="header">
<hgrounp class="white blank">
<h1>36 Web Buttons Collection
</h1>
<section class="demo">
<div class="demo_con">
xxxxxxxxxx
body{
background: #f5faff;
}
.demo_con{
width: 960px;
margin:40px auto 0;
.button{
width: 140px;
line-height: 38px;
text-align: center;
font-weight: bold;
color: #fff;
text-shadow:1px 1px 1px #333;
border-radius: 5px;
JS代码...