Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <style>
  2. wrapper {display: flex; width: 100%; }
  3. graphic {flex-grow: 1; text-align: center;}
  4. nav {width: 200px;}
  5. </style>
  6. <wrapper>
  7. <nav><img src="http://lorempixel.com/200/200/" /></nav>
  8. <graphic><img src="http://lorempixel.com/200/200/" /></graphic>
  9. <nav><img src="http://lorempixel.com/200/200/" /></nav>
  10. </wrapper>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement