Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
2,521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <style>
  2. div {
  3. width: 300px;
  4. height: 100px;
  5. background-color: yellow;
  6. border: 1px solid black;
  7. -ms-transform: translate(50px,100px); /* IE 9 */
  8. -webkit-transform: translate(50px,100px); /* Safari */
  9. transform: translate(50px,100px); /* Standard syntax */
  10. }
  11. </style>
  12. </head>
  13. <body>
  14.  
  15. <div>
  16. robuxian yellow cascade
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement