How to understand css positioning? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to understand css positioning?

Any tips ?

5th Nov 2019, 2:53 PM
Adao Abdala
Adao Abdala - avatar
10 Answers
+ 1
I used freecodecamp and codeacademy (just google them) in addition to sololearn. They have live previews of the exercises so you can see as you code... In addition, you use codepen for practicing on your own. If its how the css looks on different devices then use responsinator or resizer for resolution testing (for responsive design on mobile etc). Else google free resolution testers.
7th Nov 2019, 7:10 AM
Lorecan de Robillard
Lorecan de Robillard - avatar
+ 5
Just practice it until the concepts get into your head and you think of them naturally.
5th Nov 2019, 3:02 PM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
+ 5
Yes, the greatest tip I ever learned about css positioning is the border property. Lets say you have multiple DIVs with absolute and relative positions. Give each DIV a css class. Then each DIV will have the border property. So DIV 1 would have Border:1px solid red; DIV 2 would have Border:1px solid blue; And so on. Then you can see visually on the page how your DIVs are placed. You can now align them to your needs. When happy, you delete the css border property. You can do this with adding border property to other HTML elements so you can visualize them on the page.
5th Nov 2019, 3:13 PM
Xyenia šŸ¦‰
Xyenia šŸ¦‰ - avatar
+ 3
You should get a hang of it after repeated trial and error.
5th Nov 2019, 3:07 PM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
+ 2
its a little bit complicated but Iā€™m still practicing
5th Nov 2019, 3:04 PM
Adao Abdala
Adao Abdala - avatar
+ 2
Quite a few practice should get you the hang of it. I still get confused on that topic too and I've been practicing too (Getting it committed to memory though). That should work for you too šŸ‘šŸ‘
5th Nov 2019, 5:53 PM
Hayzeed
+ 1
ohh thanks its a very nice tip
5th Nov 2019, 3:26 PM
Adao Abdala
Adao Abdala - avatar
+ 1
I ALWAYS learn on several platforms, as sololearn is missing a few things... eg: it doesnt tell you that each browser has its own default css settings and that you should overide them before your css declarations in order to ensure your page appears the same on all platforms. https://www.google.com/amp/s/www.webfx.com/blog/web-design/css-tip-1-resetting-your-styles-with-css-reset/amp/
7th Nov 2019, 9:20 AM
Lorecan de Robillard
Lorecan de Robillard - avatar
0
thank you
7th Nov 2019, 9:22 AM
Adao Abdala
Adao Abdala - avatar