Skip to content

Instantly share code, notes, and snippets.

View andyzjw's full-sized avatar

andy andyzjw

View GitHub Profile
@andyzjw
andyzjw / mall_css_main.css
Created November 9, 2018 01:53
practice for html5,js,jq,css
*{margin:0;padding:0;}
@font-face {
font-family: 'iconfont';
src: url('../image/font/iconfont.eot');
src: url('../image/font/iconfont.eot?#iefix') format('embedded-opentype'),
url('../image/font/iconfont.woff') format('woff'),
url('../image/font/iconfont.ttf') format('truetype'),
url('../image/font/iconfont.svg#iconfont') format('svg');
}