Skip to main content
Main Content

Boxes for den page

Boxes for den page
Posted 2021-04-26 21:46:27

Hello everyone, I'm new to HTML and I was wondering how do you guys implement boxes into your den page?

It would be a lot of help. Thanks!

Refuge
#41148

Posted 2021-04-27 20:50:21 (edited)
This would be the most simple way for a simple box:

<div style="border: 1px solid #000000; background: #ffffff; color: #000000; padding: 10px;">Your text here.</div>

And of course, you can just change the hex codes to whatever color.

fireflii
#757

Search Topic