Various Fixes.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<title>Home | Cutieguwu</title>
|
<title>Home | Cutieguwu</title>
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="/img/test-favicon.jpg" />
|
<link rel="icon" type="image/x-icon" href="img/test-favicon.jpg" />
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
|
|
||||||
<meta name="description" content="Cutieguwu's Official website" />
|
<meta name="description" content="Cutieguwu's Official website" />
|
||||||
|
|||||||
@@ -27,9 +27,10 @@ hr {
|
|||||||
.viewport {
|
.viewport {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-image: url(/img/background.png);
|
background-image: url(img/background.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-blend-mode: multiply;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user