Wrote some stuff on the homepage
This commit is contained in:
parent
9f964de3b3
commit
7ea0335e0f
@ -8,10 +8,10 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/>
|
<a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a>
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
<div>
|
<div>
|
||||||
<p>Page is under development and it is very underdeveloped yet.</p>
|
<p>Welcome to my personal website. I intend to share some music and art I make as well as my stream of consciousness in the form of blog posts, but we will see how it goes. This website is written in pure HTML + CSS by hand. I don't know if it looks good or bad, but I do it for fun anyway, so I don't want to be bothered by appealing to standards.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="stopka">
|
<footer class="stopka">
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url('./resources/bg/page_background.png');
|
background-image: url('./resources/bg/page_background.png');
|
||||||
|
background-repeat: repeat;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user