JSFiddle

dmarquez's public fiddles

  • fp6Rf

    No-Library (pure JS), HTML, CSS, JavaScript

  • Parent div not wrapping child div

    I want a parent div to be displayed across the entire page. I can do this successfully (see screenshot). When I resize the browser screen, however; my parent div no longer fits across the entire page, which causes its right most child div to be displayed outside of the parent div (see screenshot). Basically, I want my parent div to always wrap its child divs, and to always be displayed across the entire screen.