Advertisement
Guest User

Style.css (Udacity lesson)

a guest
Aug 17th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. *{
  2.     outline: 1px solid red !important;
  3. }
  4.  
  5. *{
  6.     -webkit-bix-sizing: border-box;
  7.     -moz-box-sizing: border-box;
  8.     -ms-box-sizing: border-box;
  9.     box-sizing: border-box;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement