More white-space
Whee, I am enjoying this. It now has a more "design" look, maybemaster
parent
188539ec26
commit
5e367e7337
15
index.html
15
index.html
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue