Advertisement
Guest User

index.html

a guest
Jun 25th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.14 KB | None | 0 0
  1. <html>
  2. <style>
  3. #uno {
  4. position:fixed;
  5. top:0px;
  6. right:0px;
  7. height:60px;
  8. }
  9. </style>
  10. <div id="uno">
  11. Este es el div principal
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement