Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Created January 17, 2012 10:18
Show Gist options
  • Save nielsdoorn/1626098 to your computer and use it in GitHub Desktop.
Save nielsdoorn/1626098 to your computer and use it in GitHub Desktop.
Voorbeeld 3 kolommen
/**
* Voorbeeld 3 kolommen
*/
html {
background-image: linear-gradient(top, #092E9E 0%, #247CBF 100%);
}
div#container {
width:800px;
height:100%;
margin-left:auto;
margin-right:auto;
}
nav#hoofdmenu {
float:left;
width:100%;
border-bottom:1px solid #247CBF;
}
nav ul {
list-style:none;
padding:10px 0 0 0;
margin:0;
}
nav li {
float:left;
margin-left:10px;
padding:10px 10px 4px 10px;
border-radius: 10px 10px 0 0;
border-width:1px 1px 0px 1px;
border-style:solid;
border-color: #247CBF;
background-image: linear-gradient(left top, #092E9E 33%, #247CBF 82%);
}
nav a {
text-decoration:none;
color:white;
font-family: 'Montserrat', sans-serif;
}
aside#recensies {
float:left;
width:180px;
padding: 10px;
font-size:24pt;
color:white;
font-family: 'Nosifer', cursive;
}
article#inhoud {
float:left;
width:280px;
padding: 10px;
font-family: 'Ruluko', sans-serif;
color:white;
}
aside#impressie {
float:left;
padding:10px;
width:280px;
}
<div id="container">
<nav id="hoofdmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="practical.html">Openingstijden &amp; Prijzen</a></li>
<li><a href="route.html">Routebeschrijving</a></li>
</ul>
</nav>
<aside id="recensies">
<blockquote>"De lessen webdesign zijn geweldig!"</blockquote>
</aside>
<article id="inhoud">
Knight Rider, a shadowy flight into the dangerous world of a man who does not exist. Michael Knight, a young loner on a crusade to champion the cause of the innocent, the helpless in a world of criminals who operate above the law.Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!Just the good ol' boys, never meanin' no harm. Beats all you've ever saw, been in trouble with the law since the day they was born. Straight'nin' the curve, flat'nin' the hills. Someday the mountain might get 'em, but the law never will. Makin' their way, the only way they know how, that's just a little bit more than the law will allow. Just good ol' boys, wouldn't change if they could, fightin' the system like a true modern day Robin Hood.
</article>
<aside id="impressie">
<img src="http://t0.gstatic.com/images?q=tbn:ANd9GcSG8Y7i_k-VwuofkXH9G6kdk1hR-YA18W29l26znmvMLRUzbjPhSQ" />
</aside>
</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment