Skip to content

Instantly share code, notes, and snippets.

@JosephJilei
JosephJilei / gist:5386874
Last active January 27, 2023 19:36
CSS:reset template
@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,a,img,span,p,b,input,label {
margin:0;
padding:0;
border:0;
}
ul,ol {
@JosephJilei
JosephJilei / gist:5299610
Last active December 15, 2015 17:49
HTML:start template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>