fixed home page css
This commit is contained in:
parent
d31f9ad2fe
commit
bbfbab73a2
|
@ -20,11 +20,14 @@ html {
|
|||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
body {
|
||||
width: 20rem;
|
||||
margin: auto;
|
||||
|
||||
padding: 2rem 0.5rem;
|
||||
}
|
||||
|
||||
.mainContainer {
|
||||
margin-left: 40vw;
|
||||
}
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* TEXT *
|
||||
|
|
17
index.html
17
index.html
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
@ -31,9 +31,10 @@
|
|||
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
|
||||
|
||||
<title>Unit</title>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<div class="mainContainer">
|
||||
<header>
|
||||
<img alt="Unit logo" src="assets/images/logo.svg">
|
||||
<h1>Unit</h1>
|
||||
|
@ -96,10 +97,10 @@
|
|||
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
|
||||
</span></p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<!--
|
||||
vim: tabstop=4 shiftwidth=4 expandtab:
|
||||
-->
|
||||
</html>
|
||||
<!--
|
||||
vim: tabstop=4 shiftwidth=4 expandtab:
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user