<!--Example at http://anthonystephenson.org/art/nothing.html -->
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>nothing</title>
<style type="text/css">
#nuttin {
font-family: "Arial Black", Gadget, sans-serif;
font-size: 150px;
font-weight: bold;
color: #333;
text-decoration: none;
   margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
display: block;
text-align: center;
vertical-align: middle;
background-color: #000;
width: 100%;
line-height: 100%;
}
body,td,th {
color: #999;
}
body {
background-color: #000;
}
</style>
</head>

<body>
<div align="center" id="nuttin">nothing</div>
</body>
</html>

-- 

- *Anthony Stephenson*

*http://anthonystephenson.org/* <http://anthonystephenson.org/>
_______________________________________________
NetBehaviour mailing list
NetBehaviour@netbehaviour.org
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to