Made home page background set to base
This commit is contained in:
@ -6,10 +6,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Void System</title>
|
||||
<link href="/stylesheets/home.css" rel="stylesheet" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="/stylesheets/base.css" type="text/css" media="all">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="backgroundSim" width="1000px" height="1000px"></canvas>
|
||||
<canvas id="backgroundSim" width="1000px" height="1000px" alt="Background Image Space Physics simulation"></canvas>
|
||||
<h1 id="intotitle">Welcome to the Void System</h1>
|
||||
<div id="mainview">
|
||||
<div id="postarea">
|
||||
@ -18,7 +19,7 @@
|
||||
<div class="post">
|
||||
<h3 class="postHeader">Welcome To my Site!</h3>
|
||||
<p class="warning">This site is 18+ Warning some content may be hypnotic or contain sensative subjects</p>
|
||||
<img class="postImage" src="/media/neurohazard.png">
|
||||
<img class="postImage" src="/media/neurohazard.png" alt="A yellow and black Neurohazard symbol">
|
||||
</div>
|
||||
<div class="post">
|
||||
<h3 class="postHeader">Blog Posts</h3>
|
||||
@ -140,8 +141,8 @@
|
||||
<div id="imageLinks">
|
||||
<div class="row">
|
||||
<img height="31" src="/media/neocities.png" alt="Site hosted by Neocities" >
|
||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a>
|
||||
<textarea class="siteButtonText" readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a></textarea>
|
||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt="A space ship flying into the Void System. Click to enter the void."></a>
|
||||
<textarea class="siteButtonText" readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt="A space ship flying into the Void System. Click to enter the void."></a></textarea>
|
||||
<p id="resolutionTag"></p>
|
||||
</div>
|
||||
<div class="remeber">
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
body{
|
||||
background-image: url("/media/Art/EmptySpace.png");
|
||||
background-size: 9%;
|
||||
background-size: 6%;
|
||||
cursor: url("/media/Art/comet.png");
|
||||
color: rgb(57, 214, 253);
|
||||
text-align: center;
|
||||
|
||||
@ -14,7 +14,6 @@ Date Created: 9/28/25
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: #00ACAC;
|
||||
font-family: Verdana;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user