Facebook
From Unreliable Macaque, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 226
  1. body {
  2.         margin: 0;
  3.         padding: 0;
  4. }
  5.  
  6. #obrazek_css {
  7.         border: solid black;
  8.         position: absolute;
  9.         left: 20px;
  10.         top: 20px;
  11.         z-index: 1;
  12. }
  13.  
  14. #obrazek2_css {
  15.         border: dashed red;
  16.         position: absolute;
  17.         left: 50px;
  18.         top: 50px;