Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>Error 404</title>
- <center><article class="vcard">
- <div>
- <h1>Hello</h1>
- <font color="white">my name is</font>
- </div>
- <div class="fn">
- <p class="given-name"><font color="red">Error 404</font></p>
- <address class="nickname"><font color="green"><a href="https://twitter.com/jose89fcb">Sigueme en twitter</a></address>
- </div></center>
- </article>
- <style>
- body {
- margin: 2em;
- }
- article, .lable-head, .label-name {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .vcard {
- width: 300px; height: 200px;
- background: blue;
- border-radius: 10px;
- box-shadow: 1px 2px 5px rgba(0,0,0,.5), inset 0 0 20px rgba(0,0,0,.25);
- -webkit-transform: rotate(-10deg);
- -moz-transform: rotate(-10deg);
- transform: rotate(-10deg);
- }
- .vcard div:first-child {
- height: 65px;
- padding-top: 5px;
- color: #fff;
- font-family: Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- text-align: center;
- letter-spacing: .2em;
- }
- h1, p {
- padding: 0; margin: 0;
- }
- h1 {
- font-size: 2em;
- }
- .fn {
- background: white;
- height: 120px;
- font-family: "Coming Soon", "Comic Sans MS", cursive;
- text-align: center;
- padding-top: 5px;
- }
- .given-name {
- font-size: 3em;
- font-weight: bold;
- -webkit-text-fill-color: red;
- -webkit-text-stroke: 2px black;
- }
- .nickname {
- font-size: 1.5em;
- font-weight: bold;
- font-style: normal;
- -webkit-text-fill-color: green;
- -webkit-text-stroke: 1px black;
- }
- </style>
- <style>
- body
- {
- background-color: orange;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement