Box-sizing in CSS
- Box-sizing is the property where we can mention whether we want to include the padding and border within the total size of the box or not
- box-sizing can have border-box and content-box
Jul 6, 2022 • 12 tweets • 5 min read
Colors in CSS
We can express colors in any of the following 3 formats :
1️⃣rgb ( 255, 0, 0 )
2️⃣#ff0000
3️⃣hsl (9, 100%, 64%)
Jun 22, 2022 • 7 tweets • 3 min read
what is rem in CSS ?
➡️ rem is a way to mention size , relative to the root element --> <html>