Some okay style

This commit is contained in:
Lillian Skinner 2024-06-06 00:55:33 -04:00
parent 6e60095b62
commit 9694bfd36d
18 changed files with 21 additions and 15 deletions

View File

@ -3,7 +3,7 @@
<link href="./style.css" rel="stylesheet">
</head>
<body>
<h1><a href="./index.html">Visual DSi Fault Guide</a></h1>
<a href="./index.html"><img src="./photos/banner.png" class="banner"></a>
<div class="nav flex-container">
<table>

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/camera/camera_crash.gif" alt="Black screen">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/nand/corruption_stage1.png" alt="Error code '0000FEFE'">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/nand/launcher_fail.png" alt="Error: 1-2435-8325">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/nand/title_overflow.png" alt="Black screen">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/screens/bottom_data_disconnected.png" alt="The top screen is blank">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/screens/bottom_power_disconnected.gif" alt="The top screen flashes">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/screens/potentiometer.png" alt="Faded and flickering screens">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/screens/top_disconnected.gif" alt="The bottom screen flashes">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/screens/yellowing.png" alt="Screen yellowing">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/sd/clusters.png" alt="Unlaunch error about clusters being too large">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/wifimodule/missing.png" alt="Black screen">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/wifimodule/wrongver.png" alt="Black screen">

View File

@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/wifimodule/wrongver_unlaunch.png" alt="Black screen">

BIN
photos/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 KiB

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 KiB

After

Width:  |  Height:  |  Size: 404 KiB

View File

@ -1,3 +1,9 @@
img.banner {
width: 100%;
margin-bottom: 20px;
border-radius: 25px;
}
body {
margin-bottom: 20px;
background-image: url('https://cdn.randommeaninglesscharacters.com/ui-images/menu/dsi_dsi_background.jpg');
@ -83,7 +89,7 @@ table {
display: inline-block;
text-align: left;
font-size: 15pt;
padding: 0px 10px 0px 10px;
padding: 0px 20px 0px 20px;
height: 100%;
background-color: #d9d9d9;
border-width: 0px 0px 1px 5px;