Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as HTML by registered user derwendtde ( 13 years ago )
<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="utf-8" />
    <title>Hochkant-Schrift</title>
    <style type="text/css">
      html {font-size:36pt;}
      .container p{
        /* Reset kann zur Sicherheit auch noch benutzt werden
        margin:0;
        padding:0;
        */
        font-family:courier; /* fixe Schriftweite, sieht besser aus */
        text-align:center;
        width:1em;
        text-transform:uppercase;
        background:orange;
      }
    </style>
</head>
<body>
  <div class="container">
    <p>H o c h k a n t</p>
  </div>
</body>
</html>

 

Revise this Paste

Your Name: Code Language: