Difference between revisions of "User:Maxcodes/sandbox"
(Testing styles) |
|||
| Line 1: | Line 1: | ||
<style> | <style> | ||
.userpage-card { | .userpage-card { | ||
| − | + | padding: 2rem; | |
| − | + | background: skyblue; | |
} | } | ||
</style> | </style> | ||
<div class="userpage-card"> | <div class="userpage-card"> | ||
| − | + | This is a test | |
</div> | </div> | ||
Revision as of 11:48, 16 February 2026
<style> .userpage-card { padding: 2rem; background: skyblue; } </style>
This is a test
