Facebook
From Anorexic Owl, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 236
  1. ------------ HTML -------------
  2.  
  3. <html>
  4. <head>
  5. <title>Random Index</title>
  6.  <link rel="stylesheet" type="text/css" href="css.css">
  7. </head>
  8.  
  9. <body>
  10. <img src="css.png" id="obrazek_css">
  11. </body>
  12.  
  13. <html>
  14.  
  15.  
  16.  
  17.  
  18. ------------ CSS ---------------
  19.  
  20. body {
  21.         margin: 0;
  22.         padding: 0;
  23.         background-image: url(bg.jpg);
  24. }
  25.  
  26. #obrazek_css {
  27.         border: solid cyan;
  28.         position: absolute;
  29.         left: 80px;
  30.         top: 40px;
  31. }