Apologies
This commit is contained in:
parent
b2c33af4ea
commit
8dd83eadd3
3 changed files with 7 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
|
||||
<title>Violet's Purgatory</title>
|
||||
</head>
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Yet again I would like to apologize for the absolutely atrocious code !! -->
|
||||
|
||||
<br>
|
||||
<p class="chip"><a href="/">Home</a></p>
|
||||
<h1>Preferences</h1>
|
||||
|
|
|
@ -98,6 +98,8 @@ hr {
|
|||
max-width: 90%;
|
||||
}
|
||||
|
||||
/* I am so sorry about this code,,, */
|
||||
|
||||
.love::before {
|
||||
content: "<3 ";
|
||||
color: rgb(255, 100, 150);
|
||||
|
@ -153,6 +155,6 @@ hr {
|
|||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
background-color: rgb(10, 5, 20);
|
||||
background-color: rgb(15, 5, 30);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue