Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /**
  2. * Intrinsic sizing
  3. */
  4.  
  5. figure {
  6. max-width: 200px;
  7. max-width: min-content;
  8. margin: auto;
  9. }
  10.  
  11. figure > img { max-width: inherit }
  12.  
  13. /* Basic styling */
  14.  
  15. figure {
  16. padding: 10px;
  17. border: 1px solid silver;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement