Fixed Bunny's page

This commit is contained in:
2025-10-20 18:15:36 -05:00
parent 84609c0d48
commit 9fc7276fcc
3 changed files with 27 additions and 24 deletions

View File

@ -5,3 +5,15 @@ body{
color: rgb(57, 214, 253);
text-align: center;
}
#back{
width: 100px;
height: 25px;
padding: 5px;
border-radius: 15px;
text-align: center;
color: cyan;
background-image: url("/media/Art/EmptySpace.png");
border-style: solid;
border-color:rgb(10, 187, 231)
}

View File

@ -97,4 +97,14 @@ a#fontAtrabution{
border-color: black;
border-style: dotted;
padding: 5px;
}
#back{
width: 100px;
height: 25px;
padding-top: 5px;
border-radius: 15px;
text-align: center;
color: cyan;
background-image: url("/media/Art/EmptySpace.png");
}