You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, Satyam! when your are breaking down designs using the nested layout technique you should consider:
does the element take more vertical(height) or horizontal(width) space in its encapsulating container?
is the layout content block-level( paragraph, div) or or inline-level(img, button)? if its all block level elements its most likely vertical however if its inline level its most likely horizontal though there are exception cases
hope this helps! and wish you the best with your coding endeavours, if you need any more clarification feel free to ask :D
the div we create how we get to know that this is vertical layout and this is horizontal layout
The text was updated successfully, but these errors were encountered: