Skip to content

Instantly share code, notes, and snippets.

@pawelwch
Created November 30, 2017 23:02
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 pawelwch/7b9523aa900f43620e204159bbe06dbf to your computer and use it in GitHub Desktop.
Save pawelwch/7b9523aa900f43620e204159bbe06dbf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title> Top Pokerzysci</title>
<meta name="description" content="Serwis prezentuje TOP5 pokerzystów">
<meta name="keywords" content="poker,karty,pokerstars,najelpsi">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style>
#container
{
width:1000px;
margin-left: auto;
margin-right: auto;
}
#logo
{
background-color: black;
color: white;
text-align: center;
padding: 15px;
}
#nav
{
float: left;
background-color: lightgray;
width: 120px;
min-height: 620px;
padding: 10px;
}
#content
{
float: left;
padding: 20px;
width: 600px;
}
#ad
{
float: left;
width: 160px;
min-height: 600px;
padding: 10px
background-color:lightgray;
}
#footer
{
clear: both;
background-color: black;
color: white;
text-align: center;
padding: 20px;
}
</style>
</head>
<body>
<div id="container">
<div id="logo">
<h1> Najlepsi pokerzysci - subiektywna ocena</h1>
</div>
<div id="nav">
Fedor Holz<br>
Ole Schemion<br>
David Peters<br>
Charlie Carrel<br>
Daniel Negreanu<br>
</div>
<div id="content">
<h2>Fedor Holz</h2>
Fedor Holz is a German professional poker player from Saarbrücken who focuses on high roller tournaments. He is widely regarded as one of the best online and live tournament poker players in the modern era. He was ranked by Pocketfives as best online MTT player in 2014 and 2015. In July 2016, he won his first World Series of Poker bracelet in the $111,111 High Roller For One Drop, winning $4,981,775.[3] He is currently the 5th-highest ranked live tournament player on the Global Poker Index.
</div>
<div id="ad">
<img src="banner.jpg">
</div>
<div id="footer">
Pokerzysci - TOP 5! &copy; Wszelkie prawa zastrzeżone
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment