asd
This commit is contained in:
parent
e6fb04392a
commit
c8b4aaf763
2 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
||||||
<title>Violet's Purgatory</title>
|
<title>Violet's Purgatory</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="overflow: hidden">
|
<body>
|
||||||
<!-- <h1 class="d-md-inline-block d-none">Welcome to Violet's Purgatory</h1> -->
|
<!-- <h1 class="d-md-inline-block d-none">Welcome to Violet's Purgatory</h1> -->
|
||||||
<div class="fadediv" style="display: flex; justify-content: center; align-items: center; width: 100%; height: 90%;">
|
<div class="fadediv" style="display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;">
|
||||||
<div class="container-fluid row" id="card">
|
<div class="container-fluid row" id="card">
|
||||||
<h2>Violet</h2>
|
<h2>Violet</h2>
|
||||||
<div class="col-sm-6" style="display: flex; justify-content: center; align-items: center;">
|
<div class="col-sm-6" style="display: flex; justify-content: center; align-items: center;">
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<p>If you have any problems with the site, put up an issue on <a
|
<p>If you have any problems with the site, put up an issue on <a
|
||||||
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p> -->
|
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p> -->
|
||||||
</div>
|
</div>
|
||||||
<p style="color: lightgray"><em>The world's worst developer</em></p>
|
<!-- <p style="color: lightgray"><em>The world's worst developer</em></p> -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -18,6 +18,7 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
|
overflow-x: hidden;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-color: rgb(30, 5, 60);
|
background-color: rgb(30, 5, 60);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
Loading…
Reference in a new issue