User:Saag/vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with " .stat-box { width: 100px; height: 150px; background-color: #f0f0f0; border-radius: 10px; text-align: center; position: relative; transition: width 0.3s ease; display: flex; →Flexbox on the container: flex-direction: column; →Stack elements vertically: justify-content: center; →Center content vertically: align-items: center; →Center content horizontally: } .stat-box:hover { width: 175px; } .stat-box-conten..." |
Blanked the page Tag: Blanking |
||
Line 1: | Line 1: | ||