Skip to content

Instantly share code, notes, and snippets.

@weger
weger / HorizontallyCenteredMenus.html
Created November 28, 2014 12:31
无hack全浏览器支持的水平居中菜单
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Horizontally Centered Menus with no CSS hacks</title>
<meta content="origin:http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support" name="description">
<style type="text/css">
#centeredmenu {
float:left;
@weger
weger / mobile-template.html
Created November 27, 2014 08:22
html template for mobile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>html template for mobile</title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<!-- https://github.com/h5bp/mobile-boilerplate -->
<meta name="viewport" content="width=device-width"/>
<!-- A collection of HTML element and attribute style-normalizations http://necolas.github.io/normalize.css/ -->