PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"><head profile="http://gmpg.org/xfn/11">
 
<!--HEAD TAGS ARE IMPORTANT-->
<head>
<title>Creme</title>
 
<!--CSS HELP STYLE YOUR SITE-->
<style type="text/css">
        html
        {
            height: 100%;
        }
 
        body {
            margin: 0;
            padding: 0;
            background-color: #333;
            color: #000;
 
        }
 
        a {
            color: #000;
            text-decoration:underline;
        }
        
        a:hover {
            text-decoration: none;
        }
        
        .box
        {
            width: 600px;
            margin: 30px auto;
            border: 1px solid #000;
            background: grey;
            padding: 20px;
        }
 
        .box h2
        {
            font: 20px Arial, Verdana, Tahoma;
        }
        
</style>
 
</head>
<body>
 
<div class="box">
<h2>Cr`eme</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et dolor nisl. Duis justo est, accumsan eu vestibulum non, condimentum eget nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed nunc urna, adipiscing at tincidunt ut, placerat nec est. Vivamus et volutpat magna. Integer non semper elit. Nulla pulvinar commodo interdum. Sed et purus vel nibh fringilla interdum vel adipiscing mi. Nunc in augue lorem, ac venenatis risus. Vestibulum blandit, neque quis facilisis sollicitudin, est nunc ultricies elit, non pretium diam mauris ut nibh. Proin id turpis placerat nulla pulvinar adipiscing vitae ullamcorper lectus. Morbi non leo elit, in tincidunt purus. Aliquam erat volutpat. Maecenas vestibulum fringilla lectus, eget pulvinar felis sodales eget. Curabitur vitae enim ut lacus suscipit euismod ut porta velit. Quisque egestas pulvinar libero porttitor pharetra. Nunc ante lacus, lacinia nec tempor ac, suscipit a magna. Suspendisse lobortis, dui dapibus pellentesque posuere, eros ante iaculis ligula, id tincidunt ante enim ut magna.</p>
 
</body>
</html>

Reply to This Paste

(leave blank to make this paste permanent)
(if set as private)