fixed home page css

master
Elray02 2018-04-20 08:47:40 +02:00
parent d31f9ad2fe
commit bbfbab73a2
2 changed files with 100 additions and 96 deletions

View File

@ -20,11 +20,14 @@ html {
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
width: 20rem;
margin: auto;
padding: 2rem 0.5rem;
}
.mainContainer {
margin-left: 40vw;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* TEXT *

View File

@ -34,6 +34,7 @@
</head>
<body>
<div class="mainContainer">
<header>
<img alt="Unit logo" src="assets/images/logo.svg">
<h1>Unit</h1>
@ -96,7 +97,7 @@
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
</span></p>
</section>
</div>
</body>
</html>