<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>literasi new document title</title>
</head>
<body>
<p>* {&nbsp; box-sizing: border-box;}<br />html {&nbsp; font-family: Helvetica, Arial, sans-serif;&nbsp; line-height: 1.3em;&nbsp; font-size: 1.1em;&nbsp; color: #333;&nbsp; min-width: 400px;}<br />body {&nbsp; max-width: 80%;&nbsp; margin: 0 auto;&nbsp; padding-top: 30px;}<br /><br />.navMenu ul {&nbsp; list-style-type: none;&nbsp; padding: 0;}<br />.navMenu ul li {&nbsp; margin-top: 10px;}<br />.navMenu ul li a {&nbsp; text-decoration: none;&nbsp; color: steelblue;}<br />.navMenu {&nbsp; width:90%}<br />.contentArea {&nbsp; width: 90%;}<br />.contentArea h1 {&nbsp; color: steelblue;}<br />.contentArea h1:nth-child(n+2) {&nbsp; padding-top: 40px;}<br /><br />@media screen and (min-width: 800px) {<br />&nbsp; &nbsp; .navMenu {&nbsp; &nbsp; &nbsp; position: fixed;&nbsp; &nbsp; &nbsp; float: left;&nbsp; &nbsp; &nbsp; width:30%;&nbsp; &nbsp; &nbsp; height: 100%;&nbsp; &nbsp; }<br />&nbsp; &nbsp; .contentArea {&nbsp; &nbsp; &nbsp; float: right;&nbsp; &nbsp; &nbsp; width: 66%;&nbsp; &nbsp; }<br />&nbsp; &nbsp; .contentArea h1:nth-child(n+2) {&nbsp; &nbsp; &nbsp; padding-top: 40px;&nbsp; &nbsp; }<br />}<br />@media screen and (max-width: 800px) {&nbsp;&nbsp;&nbsp; .contentArea h1 {&nbsp; &nbsp; padding-top: 40px;&nbsp; }&nbsp;&nbsp;&nbsp; .navMenu ul {&nbsp; &nbsp; list-style-type: none;&nbsp; &nbsp; padding: 0;&nbsp; }<br />&nbsp; .navMenu ul li {&nbsp; &nbsp; margin-top: 10px;&nbsp; &nbsp; display: inline-block;&nbsp; &nbsp; padding: 5px;&nbsp; }}</p>
</body>
</html>