User:Hefner/Sandbox7
Jump to navigation
Jump to search
S Tier
- Item A
- Item B
A Tier
- Item C
- Item D
<style>
.tierlist {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.tier {
border: 1px solid #ccc;
padding: 10px;
width: 200px;
min-height: 150px;
background: #f9f9f9;
border-radius: 8px;
}
.tier h3 {
text-align: center;
margin-top: 0;
}
.sortable {
list-style: none;
padding: 0;
margin: 0;
min-height: 50px;
}
.sortable li {
padding: 6px 8px;
margin: 6px 0;
background-color: #e0e0e0;
border-radius: 4px;
cursor: grab;
}
</style>