html - Multiple responsive background images -


enter image description here

i've got

    .container {         width: 960px;         margin: 0 auto;     }     .bgcontainer {             width: 960px;             background-image:url(images/midbg.gif);             margin: 0 auto; } 

i need attach 2 (background)images floating container. 2 wings can see in image.

they should hide when there no place 1024 px.

put background on body.

http://codepen.io/anon/pen/fasha


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -