Advertisement
BugFix

Untitled

Nov 24th, 2013
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. <body>
  2.     <div>
  3.         <img src="../images/background_full.gif" width="1920" height="1257" />
  4.         <div id="navigation">
  5.             <div id="links">
  6.                 <strong>Startseite</strong>
  7.                 <a href="galerie.html">Galerie</a>
  8.                 <a href="impressum.html">Impressum</a>
  9.             </div>
  10.         </div>
  11.  
  12.         <div id="new">Hier entsteht in K&uuml;rze eine neue Internetpr&auml;senz</div>
  13.     </div>
  14. </body>
  15.  
  16. =======================================================================
  17.  
  18. img {
  19.     max-width: 100%;
  20.     height: auto;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement