DEV Community

Discussion on: Build a Pixel Perfect Skeleton Loader Using CSS πŸš€

 
rammcodes profile image
Ram Maheshwari ♾️

If you mean how I'm making the avatar and text sit on the same line then for that I'm using the flex property on the container which will make the items inside it like text and avatar sit on the same line.

Thread Thread
 
modelhusband01 profile image
Model Husband πŸ‘‘

Okay what if I want to use the avatar and text repeatedly just like messages in Whatsapp how will I do that