This commit is contained in:
WickedJack99
2022-09-29 08:43:57 +02:00
parent c063f8735c
commit 8e2d58e9e4
5 changed files with 9 additions and 4 deletions

View File

@@ -1 +1 @@
body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px;margin-bottom:40px;padding-left:20px;padding-right:20px}#image00{background-color:black;position:absolute;left:0px;top:0px;z-index:-1}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px;margin-bottom:40px;padding-left:20px;padding-right:20px}#image00{background-color:black;position:absolute;left:0px;top:0px;z-index:-1}#div00{align-self:center;text-align:center}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-28T18:10:46+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-29T08:43:39+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt;
&lt;div id=&quot;prerequisits&quot;&gt;
&lt;h3&gt;Prerequisits&lt;/h3&gt;
Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt;

View File

@@ -30,7 +30,7 @@
<input class="w3-bar-item w3-input w3-right" type="text" placeholder="Search..">
</div>
<div class="mainDiv">
<div>
<div id="div00">
<img id="image00" src="https://cdn.pixabay.com/photo/2012/01/09/09/59/earth-11595_960_720.jpg" width="auto" height="auto">
<h1>Welcome! :)</h1>
<h2>Live conscious</h2>

View File

@@ -23,6 +23,11 @@ body {
}
#div00 {
align-self: center;
text-align: center;
}
a {
color: lightseagreen;
}

View File

@@ -5,7 +5,7 @@ css_file: index.css
---
<div class="mainDiv">
<div>
<div id="div00">
<img id="image00" src="https://cdn.pixabay.com/photo/2012/01/09/09/59/earth-11595_960_720.jpg" width="auto" height="auto">
<h1>Welcome! :)</h1>
<h2>Live conscious</h2>