Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1.     html {
  2.       text-align: center;
  3.     }
  4.     div {
  5.     display:inline-block;
  6.     width:32%;
  7.     background-color:orange;
  8.     border:1px solid black;
  9.     }
  10.  
  11.     div.special {
  12.         background-color:red;
  13.     }
  14.     img {
  15.         width: 100%;
  16.         max-width: 100%;
  17.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement