<html>
<head>
<style type="text/css">
body {
background-color: #ffff00;
font-family: Verdana; sans-serif;
font-size: 12px;
color: #000;
}
.box {
width: 250px;
background: rgba(255, 0, 0, 0.6);
border-top: 1px solid #aaa;
border-right: 2px solid #444;
border-bottom: 2px solid #444;
border-left: 1px solid #aaa;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
-khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
padding: 15px;
}
.shadowtext {
font-size: 16px;
text-shadow: 2px 2px 2px #666;
font-weight: bold;
}
</style>
</head>
<body>
<div class="box">
<p class="shadowtext">Praesent Eleifend</p>
<p>Lorem ipsum dolor sit amet,...</p>
</div>
<div class="box">
<p class="shadowtext">Someone else</p>
<p>is taking the blame...</p>
</div>
</body>
</html>download render html show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001078 |
| Snippet name: | Pretty boxes test (HTML) |
| Eternal ID of this version: | #1001078/1 |
| Text MD5: | 5c873fd5ce9f32e42b6c30bf662760e7 |
| Author: | stefan |
| Category: | |
| Type: | HTML |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-11-27 19:41:31 |
| Source code size: | 1107 bytes / 45 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 874 / 412 |
| Referenced in: | [show references] |