Day #10 of Learning In Public
Pratik Kumar Jaiswal
319k+ Impression FREELANCE WEB DEVELOPER | REACT js | Firebase | MySQL | Node js | Shopify | WordPress | Webflow
Day 10: Diving into the world of Sass, I harnessed the versatility of table, table-cell, and vertical-column properties to create dynamic layouts efficiently. Sass is a game-changer in simplifying complex styles. Excited for more Sass adventures ahead! ????
Do Like ?? , Comment ?? & Repost ??
Follow?Pratik Kumar Jaiswal ?? for more amazing content related to Web Development. ????
Get started with Web Development At W3Schools.com
.container
display: table
width: 100%
.column
display: table-cell
vertical-align: middle
width: 50%
// Your other styling here
// Example Usage
.my-container
display: table
width: 100%
.my-column
display: table-cell
vertical-align: middle
width: 50%
// Your specific styling for .my-container and .my-column