Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2012 08:26
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/3462498 to your computer and use it in GitHub Desktop.
Save anonymous/3462498 to your computer and use it in GitHub Desktop.
web
<!DOCTYPE html>
<html lang="cs-cz" dir="ltr">
<head>
<meta name="generator" content="PSPad editor, www.pspad.com" />
<meta http-equiv="content-type" content="text/html; charset=windows-1250" />
<link href="site.css" rel="stylesheet" type="text/css" />
<title>Home</title>
</head>
<body>
<div id="logo">
<h1>Kutil Kuba!</h1>
</div>
<div id="mainmenu">
<div class="menu">
<h4>Menu:</h4>
<ul>
<li> <a href="index.html">Domovská stránka</a> </li>
<li> <a href="prace.html">PHP</a> </li>
<li> <a href="prace.html">HTML</a> </li>
<li> <a href="prace.html">C#</a> </li>
<li> <a href="prace.html">C/C++</a> </li>
<li> <a href="gm.html">GameMaker & GML</a> </li>
<li> <a href="kontakt.html">Kontakt</a> </li>
</ul>
</div>
<hr>
Doporučujeme:
<a href="http://www.devbook.cz"><img src="logo_cz.png" /></a>
</div>
<div id="page">
<div id="main">
<h2>.:Aktuality:.</h2>
<p>
Ahoj,vítej na mém webu Kutil Kuba. Zaměřuji se na programování na tento web budu přidávat různé tutoriály,návody atd.. Skoro všechny návody budou i s vydáním uveřejněny na webu DevBook.cz. Pokud tu chceš mít i svůj odkaz (na web atd.) napiš na můj e-mail <strong>f57hornet@seznam.cz</strong>.
</p>
<h3>.:Spuštěna sekce o GM:.</h3>
<p>
Dnes sem také spustil sekci o GameMakeru.Zítra sem přidám nějaké tutoriály.</strong>
</p>
</div>
<div id="footer">
Reklamu na tomto hostingu zajišťuje Business Factory - internetová reklama a pokročilý internetový marketing.
</div>
</body>
</html>
body
{
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
font-size: 14px;
color: #000;
background-color: #FFF;
}
#logo
{
height: 70px;
width: 1344px;
position: absolute;
text-align: center;
border: solid medium;
background: #dfdfdf;
}
#mainmenu
{
position: fixed;
top: 81px;
float: left;
width: 337px;
height: 500px;
border: solid medium;
background: #dfdfdf;
}
.menu
{
padding-left: 60px;
}
#page
{
width: 1010px;
position: absolute;
margin-left: 348px;
margin-right: auto;
top: 81px;
left: 0px;
}
#main
{
padding: 30px 30px 15px 30px;
background: #414141;
border: solid medium;
}
#footer
{
text-align: center;
position: absolute;
width: 1006px;
margin-top: 5px;
background: #dfdfdf;
clear: both;
margin-left: 4px;
}
#podnadpis { color: #E5FF00; }
h1
{
color: #33357b;
}
h2
{
/* co chceš.. */
}
h4
{
font-size: 1.3em;
}
p
{
text-align: justify;
color: white;
font-size: 14px;
margin-bottom: 10px;
line-height: 1.3em;
text-indent: 3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment