Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. .error {
  2. border: 1px solid black;
  3. display: inline-block;
  4. margin-left: 20%;
  5. margin-right: 20%;
  6. position: fixed;
  7. top: 0;
  8. width: 100%;
  9. }​
  10.  
  11. .error {
  12. border: 1px solid black;
  13. margin-left: 20%;
  14. margin-right: 20%;
  15. top: 0;
  16. }​
  17.  
  18. <div class="fixed">
  19. <div class="error">Error!!!</div>
  20. </div>
  21.  
  22. .error {
  23. border: 1px solid black;
  24. margin-left: 20%;
  25. margin-right: 20%;
  26. }
  27.  
  28.  
  29. .fixed {
  30. position: fixed;
  31. top: 0;
  32. left:0;
  33. right:0;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement