Updated page colours and layout a tiny bit
This commit is contained in:
parent
7aab994b09
commit
8c81e272b2
4 changed files with 15 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color: #212529;">
|
||||
<!-- Include quicklink from dist -->
|
||||
<script src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
|
||||
<!-- Initialize (you can do this whenever you want) -->
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color: #212529;">
|
||||
<!-- Include quicklink from dist -->
|
||||
<script src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
|
||||
<!-- Initialize (you can do this whenever you want) -->
|
||||
|
|
15
index.html
15
index.html
|
@ -1,7 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" href="./index.critical.css">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
@ -31,7 +30,7 @@
|
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color: #212529;">
|
||||
<!-- Include quicklink from dist -->
|
||||
<script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
|
||||
<!-- Initialize (you can do this whenever you want) -->
|
||||
|
@ -42,7 +41,7 @@
|
|||
</script>
|
||||
|
||||
<!-- Main body of page -->
|
||||
<div class="nes-container is-dark with-title full-page">
|
||||
<div class="nes-container is-dark with-title">
|
||||
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p>
|
||||
<h1 style="text-align: center;">BuyMyMojo</h1>
|
||||
<div class="nes-container is-rounded is-dark center-text">
|
||||
|
@ -70,6 +69,16 @@
|
|||
Pretty simple reason but it's the sort of control I want.
|
||||
</p><br>
|
||||
</div>
|
||||
<br>
|
||||
<div class="nes-container is-rounded is-dark center-text">
|
||||
<h4>Buttons</h4><br>
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<th><a href="/Game 360 Images/"><button type="submit" class="nes-btn is-success">Game 360 image gallery</button></a></th>
|
||||
</tr>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -27,7 +27,7 @@
|
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color: #212529;">
|
||||
<!-- Include quicklink from dist -->
|
||||
<script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
|
||||
<!-- Initialize (you can do this whenever you want) -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue