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">
</head>
<body>
<p>
<div id="some_header">
<h2 id="youkoso">
Welcome.
</p>
</h2>
<p>I elaborate a little about me, on this web-site, the look of which I have deliberately kept simple.
</p>
</div>
<hr />
<p><h3>Menu
<div id="nav">
<p><h3 id="it_says_menu">Menu
</h3>
</p>
<ul>
<ul id="links">
<li><a href="religion.html">Religion
</a>
</li>
@ -48,10 +52,13 @@ Welcome.
</li>
</ul>
</div>
<hr />
<div id="some_footer">
<p><a href="pona.html">
Pona li pona
</a>
</p>
</div>
</body>
</html>

View File

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