Skip to content

Instantly share code, notes, and snippets.

Created February 3, 2015 02:31
Show Gist options
  • Save anonymous/3ef3daf5c6f7f9aaad05 to your computer and use it in GitHub Desktop.
Save anonymous/3ef3daf5c6f7f9aaad05 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>情人节</title>
<meta charset="utf-8">
<meta id="viewport" name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="wrapper">
<img src="img/banner.jpg" alt="banner" class="banner">
<input type="text" class="name" value="请输入">
<h3>请选择</h3>
<select name="select" id="select">
<option value="1">选项1</option>
<option value="2">选项2</option>
<option value="3">选项3</option>
</select>
<input type="button" class="creat" value="立即生成">
<div class="text">
<p>使用说明:</p>
<h3>测试测试</h3>
</div>
</body>
</html>
@cevin
Copy link

cevin commented Feb 3, 2015

非前端……

不是一直都是margin:0 auto么。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment