Skip to content

taufik-nurrohman/layout

Repository files navigation

Layout

A base style suitable as a starting point for any web layout.

Demo

Usage

<!DOCTYPE html>
<html dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>Lorem Ipsum</title>
    <link href="index.min.css" rel="stylesheet">
  </head>
  <body>
    <h1>Lorem Ipsum</h1>
    <p>Lorem ipsum dolor sit amet.</p>
  </body>
</html>