Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #title {
  2. width: 33%;
  3. height: 25%;
  4. top: 15%;
  5. right: 10%;
  6. position: fixed;
  7. background-color: blue;
  8. }
  9.  
  10. #carrossel {
  11. width: 33%;
  12. height: 40%;
  13. background-color: red;
  14. color: black;
  15. bottom: 13%;
  16. right: 10%;
  17. position: fixed;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement