Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTimothy Mattingly
15,934 PointsWhat would be considered a layout restriction?
Can anyone give me an example of what a CSS layout restriction would be when adding an image? I'm taking this as a refresher and it's been quite some time since I've done anything in CSS.
1 Answer
Jamie Reardon
Treehouse Project ReviewerI think what a css layout restriction is in the context of the video lesson taught is the layout techniques used on the page with css (a combination of the html markup used and the css layouts, e.g. float/flexbox/grid can potentially have an impact on your approach). The design decision/mockup(s) that the client is requesting can also potentially have restrictions in the real world as well.