Created
May 11, 2009 12:36
-
-
Save arsatiki/109958 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>This is shit</title> | |
<style type="text/css"> | |
#box { | |
position: absolute; | |
top: 50px; | |
bottom: 20px; | |
background: #f77; | |
color: white; | |
left: 100px; right: 150px; | |
} | |
</style> | |
<body id="foo" onload=""> | |
<div id="box"> | |
<pre> | |
Nel mezzo del cammin di nostra vita | |
mi ritrovai per una selva oscura | |
ché la diritta via era smarrita. | |
Ahi quanto a dir qual era è cosa dura | |
esta selva selvaggia e aspra e forte | |
che nel pensier rinova la paura! | |
Tant'è amara che poco è più morte; | |
ma per trattar del ben ch'i' vi trovai, | |
dirò de l'altre cose ch'i' v'ho scorte. | |
Io non so ben ridir com'i' v'intrai, | |
tant'era pien di sonno a quel punto | |
che la verace via abbandonai. | |
Ma poi ch'i' fui al piè d'un colle giunto, | |
là dove terminava quella valle | |
</pre> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment