reviex index css

Signed-off-by: adrien <adrien@iglou.eu>
This commit is contained in:
adrien 2020-03-29 19:25:57 +02:00
parent 47b49d2d72
commit 4399f725bf
2 changed files with 6 additions and 4 deletions

View File

@ -14,12 +14,13 @@
body {text-align:center;color: gray}
small {display: block;font-size: .6em;font-style: italic}
ul {padding: 0;list-style: none}
p{max-width: 50em;margin: auto;text-align: justify}
p{max-width: 50em;margin: 2em auto;text-align: justify}
p.sl {text-align: center}
</style>
</head>
<body>
<h1>Simple Drawing Program<small>Draw pixel art wich html/css only</small></h1>
<p>Select a drawing canvas :</p>
<p class="sl">Select a drawing canvas :</p>
<ul>
<li><a href="draw_16x16.html">draw_16x16.html</a></li><li><a href="draw_24x24.html">draw_24x24.html</a></li><li><a href="draw_32x32.html">draw_32x32.html</a></li><li><a href="draw_8x8.html">draw_8x8.html</a></li>
</ul>

View File

@ -14,12 +14,13 @@
body {text-align:center;color: gray}
small {display: block;font-size: .6em;font-style: italic}
ul {padding: 0;list-style: none}
p{max-width: 50em;margin: auto;text-align: justify}
p{max-width: 50em;margin: 2em auto;text-align: justify}
p.sl {text-align: center}
</style>
</head>
<body>
<h1>Simple Drawing Program<small>Draw pixel art wich html/css only</small></h1>
<p>Select a drawing canvas :</p>
<p class="sl">Select a drawing canvas :</p>
<ul>
[=index]
</ul>