Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS - Coggle Diagram
CSS
Positioning
for inline elements both width and height is decided by content in it
For block element height is decided by content in it
order of elements in screen, comes from html
- Children (elements inside element tags) sit on top of parents
this of this as a Z axis, where children wrt screen are more towards the viewer
-
-
Display
Block
Like <h1>, and <p>
they take the whole width
-
-
-
-
None
-
If you want to retain the block for element but remove the content, then use visibility:hidden
-
-
Bootstrap
-
col-md-6
we should have a 6 unit column on any size, from md(tablet) size upwards
-
-
-
-
-
Refer to /Users/akash.taneja/Documents/Learning/WebDevBootcamp/WebDevelopment/TinDog-Start-master/css for learnings