My code currently:
tw-passage img { display: block; margin: 0 auto; }
tw-story {
background-image:url("
https://i.postimg.cc/Hs885fSh/LIQUID-GOLD-1024.gif");
background-size: cover;
}
tw-sidebar {
display: none;
}
tw-story { font-family: monaco, monospace, helvetica, sans-serif; font-size:100%; color: white; background-color: white; }
tw-link, .enchantment-link {
color: #A2A18D;
}
tw-link:hover, .enchantment-link:hover {
color: #ccb25f;
}
.visited {
color: #ccb25f;
}
.visited:hover {
color: #ccb25f;
I've tried using several methods but haven't been able to figure it out. All I want is a box that goes around only text for each passage of my game so that it can be more readble with the background image I currently have. I'm very, very new to coding and would greatly appreciate any feedback in how to accomplish this!