chinmay0078 / neoFomo

31 stars 9 forks source link

CSS Queries for 4th Jan session #14

Open chinmay0078 opened 2 years ago

chinmay0078 commented 2 years ago

About

Hey guys, you can add your CSS queries here. Those will be directed to the speaker on 4th Jan CSS session. Don't worry if it's trivial. Those might be the Qs by one of your batchmates.
Kindly follow the format described below. Refer this link for markdown syntax





Describe the query you'd like to be answered A clear and concise description of what you want to happen.

Describe alternatives you've considered, if any A clear and concise description of any alternative solutions you've considered.

Additional context, if any Add any other context or screenshots about the feature request here.

Asuraking1n commented 2 years ago

Generally when we want to overlap an element on another or we want to position the elements be anywhere inside the div we use position: absolute and their top ,left,right, bottom properties But the thing is it make that element unchangeable like even if we change the screen size that element will always be of same size and won't change its place according to screen.

So basically I want to know how to use position: absolute in such a way that...it can change and adjust itself according to screen size

NagaSatyaGeeth commented 2 years ago

Responsiveness also would be great if the speaker can just tell us the usual newbie mistakes.