Skip to content

Instantly share code, notes, and snippets.

View R3NeR3N's full-sized avatar

R3NeR3N R3NeR3N

  • 14:55 (UTC +09:00)
View GitHub Profile
@R3NeR3N
R3NeR3N / template.css
Created September 4, 2018 09:27
General CSS Template
@charset "utf-8";
/* ---------- 1. General Styling ---------- */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
@R3NeR3N
R3NeR3N / template.html
Created September 4, 2018 09:25
General HTML Template
<!doctype html>
<html lang="ja en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="H-R3N">
<meta name="description" content="">
<meta name="generator" content="">