CSS rework + responsive design
This commit is contained in:
parent
4c3d15b348
commit
6ad5c96007
2 changed files with 59 additions and 75 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css" media="all" />
|
||||
<link rel="alternate" type="application/atom+xml" href="/feed.atom" title="Site updates" />
|
||||
<style type="text/css">
|
||||
|
|
@ -10,6 +12,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="body">
|
||||
<label for="menu"><b>≡</b> menu</label>
|
||||
<input type="checkbox" id="menu">
|
||||
<header>
|
||||
<nav>
|
||||
$if(menu-main)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue