More white-space

Whee, I am enjoying this. It now has a more "design" look, maybe
master
Pheng Heong, Tan 2020-07-26 16:26:02 +08:00
parent 188539ec26
commit 5e367e7337
2 changed files with 24 additions and 4 deletions

View File

@ -4,16 +4,20 @@
<link rel="stylesheet" type="text/css" href="solarized_light.css"> <link rel="stylesheet" type="text/css" href="solarized_light.css">
</head> </head>
<body> <body>
<p> <div id="some_header">
<h2 id="youkoso">
Welcome. Welcome.
</p> </h2>
<p>I elaborate a little about me, on this web-site, the look of which I have deliberately kept simple. <p>I elaborate a little about me, on this web-site, the look of which I have deliberately kept simple.
</p> </p>
</div>
<hr /> <hr />
<p><h3>Menu
<div id="nav">
<p><h3 id="it_says_menu">Menu
</h3> </h3>
</p> </p>
<ul> <ul id="links">
<li><a href="religion.html">Religion <li><a href="religion.html">Religion
</a> </a>
</li> </li>
@ -48,10 +52,13 @@ Welcome.
</li> </li>
</ul> </ul>
</div>
<hr /> <hr />
<div id="some_footer">
<p><a href="pona.html"> <p><a href="pona.html">
Pona li pona Pona li pona
</a> </a>
</p> </p>
</div>
</body> </body>
</html> </html>

View File

@ -46,6 +46,19 @@ h3 {
/* design-ey stuff */ /* design-ey stuff */
#youkoso, #it_says_menu {
margin-bottom: 40px;
}
li + li, div + div { li + li, div + div {
margin-top: 30px; margin-top: 30px;
}
#nav, #some_header, #some_footer {
text-align: center;
}
#links {
font-style: italic;
} }