Skip to content

Instantly share code, notes, and snippets.

View shimar's full-sized avatar

Ryohei Shima shimar

View GitHub Profile
@shimar
shimar / index.html
Created November 16, 2017 04:31
html layout with fixed navbar, sidebar and main content.
<!doctype html>
<html>
<head>
<style type="text/css">
html, body {
padding: 0;
margin: 0;
width: 100%;
}
body {