
Design comparison
Community feedback
- @MiloOliveiraPosted about 1 month ago
for not occuping all the screen, you can use the scale command in css. I reccomend you to see if can re-order the div class, in that way you use less lines. for the quotion mark, you can use z-index for put it behind and positon absolute for making her not coming out of the block. instead of doing div1, div2... you can do div one, div two... this way, you put two classes instead of one, and you can generate rules for all of the divs in a single time, and if someone is specific, you use only .one or .div.one
Marked as helpful0@Zodiac-911Posted about 1 month ago@MiloOliveira this was very helpful thank u so much. I never use the scale command command before i didn't know about it and the class system u give me helps a lot
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord