Skip to content

Instantly share code, notes, and snippets.

Created January 20, 2013 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4581046 to your computer and use it in GitHub Desktop.
Save anonymous/4581046 to your computer and use it in GitHub Desktop.
index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Něco o mně - moje stránky" />
<title>Bertuv Web.Cz</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<img scr="http://bertuvweb.8u.cz/david/images/logo.png" id="prvni"/>
<a href="http://bertuvweb.8u.cz/"><img src="http://bertuvweb.8u.cz/david/images/logo.png" target="ahoj" alt="odkaz" /></a>
</div>
<img id="druhy"/>
<a href="http://bertuvweb.8u.cz/"><img src="http://bertuvweb.8u.cz/david/images/web.png" target="ahoj" alt="odkaz" /></a>
</div>
</body>
body {
background-image: url("images/pozadi.jpg");
background-attachment:none;
font-family:Calibri;
position:center;
}
#druhy {
}
a img:hover {
opacity:0.8;
}
#prvni {
width:200px
height:1000em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment