Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Forked from superkevin/dabblet.css
Created January 2, 2012 16:03
Show Gist options
  • Save gabrielstuff/1551215 to your computer and use it in GitHub Desktop.
Save gabrielstuff/1551215 to your computer and use it in GitHub Desktop.
saucisse
/**
saucisse
*/
#titre {
font-family: arial;
margin-left : 20px;
color : gray;
}
.paragraphe {
position : fixed;
width : 500px;
margin-left : 450px;
border-top : 4px solid black;
padding-top : 10px;
border-bottom : 4px solid black;
padding-bottom : 10px;
}
.image {
position : absolute;
margin-left : 20px
}
<header>
<h1 id="titre"> LIVE LONG AND PROSPER </h1>
</header>
<div class="containeur">
<p class="paragraphe">
Spock est né en 2230 sur la planète Vulcain d'une mère humaine, Amanda Grayson, et d'un père vulcain, l'ambassadeur Sarek. À l'âge de 7 ans, il est uni à T'Pring. Le mariage doit être célébré en 2267, lors du pon farr, mais la belle refuse cette union1. Après avoir étudié à l'Académie Vulcaine des Sciences, Spock s'engage à Starfleet en 2252 et sert tout d'abord sur le vaisseau Enterprise, sous le commandement du capitaine Christopher Pike. D'abord cadet, il gravit tous les échelons jusqu'à celui d'officier scientifique durant les onze années passées aux côtés de Pike. Il devient ensuite commandant en second sous les ordres du capitaine Kirk. Après la mission de cinq ans, il se retire sur Vulcain, mais sort de sa retraite pour combattre V'Ger en 22712.
</p>
</div>
<div class="image">
<img src="http://media.zoom-cinema.fr/photos/news/3005/nimoy-spock.jpg"/>
</div>
<div class="image2">
<img src="http://henryjenkins.org/spock2.GIF"/>
</div>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment