Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. body{
  2.     background: rgba(255, 0, 0, 0.521);
  3.     height: 100%;
  4. }
  5.  
  6. #im{
  7.     color: darkred;
  8.     font-style: oblique;
  9. }
  10.  
  11. img {
  12.     opacity: 0.5;
  13.     filter: alpha(opacity=50);
  14.     z-index: -999999999999;
  15.     position: fixed;
  16.     width: 999px;
  17.     height: 999px;
  18.  
  19.   }
  20.  
  21. #sredina{
  22.     display: block;
  23.     margin-left: auto;
  24.     margin-right: auto;
  25.     width: 100%;
  26.    
  27.     position: fixed;
  28.    
  29. }
  30.  
  31. #gas {
  32.     color: rgb(40, 245, 13);
  33. }
  34.  
  35. #GAS{
  36.     position: absolute;
  37.     margin-top: 7px;
  38.     margin-left: 500px;
  39.     margin-right: 1000px;
  40.     image-rendering: 100px;
  41. }
  42. #CLICK{
  43.     color: rgb(156, 23, 0);
  44.     border-color: aqua;
  45. }
  46. body, html {
  47.     height: 100%;
  48.   }
  49. #red{
  50. margin-left: 735px;
  51. margin-right: 600px;
  52. height: 400px;
  53. width: 400px;
  54. border-radius: 20%;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement