This commit is contained in:
WickedJack99
2022-09-28 18:01:08 +02:00
parent 5b7d6aa71c
commit 70f5fce74c
5 changed files with 9 additions and 5 deletions

View File

@@ -16,7 +16,11 @@ body {
#image00 {
background-color: black;
margin: auto;
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}
a {

View File

@@ -6,6 +6,7 @@ css_file: index.css
<div class="mainDiv">
<div>
<img id="image00" src="https://cdn.pixabay.com/photo/2012/01/09/09/59/earth-11595_960_720.jpg" height="320px" width="640px">
<h1>Welcome! :)</h1>
<h2>Live conscious</h2>
<h2>Accept Yourself</h2>
@@ -14,5 +15,4 @@ css_file: index.css
<h2>Live goal-oriented</h2>
<h2>Personal integrity</h2>
</div>
<img src="https://cdn.pixabay.com/photo/2012/01/09/09/59/earth-11595_960_720.jpg" height="640px" width="320px">
</div>