Advertisement
irokemr

Sticker hello my name is CSS

Apr 23rd, 2021
1,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. <title>Error 404</title>
  2. <center><article class="vcard">
  3.     <div>
  4.         <h1>Hello</h1>
  5.         <font color="white">my name is</font>
  6.     </div>
  7.     <div class="fn">
  8.         <p class="given-name"><font color="red">Error 404</font></p>
  9.         <address class="nickname"><font color="green"><a href="https://twitter.com/jose89fcb">Sigueme en twitter</a></address>
  10.     </div></center>
  11. </article>
  12.  
  13.  
  14.  
  15. <style>
  16.  
  17. body {
  18.     margin: 2em;
  19. }
  20. article, .lable-head, .label-name {
  21.     -webkit-box-sizing: border-box;
  22.     -moz-box-sizing: border-box;
  23.     box-sizing: border-box;
  24. }
  25. .vcard {
  26.     width: 300px; height: 200px;
  27.     background: blue;
  28.     border-radius: 10px;
  29.     box-shadow: 1px 2px 5px rgba(0,0,0,.5), inset 0 0 20px rgba(0,0,0,.25);
  30.     -webkit-transform: rotate(-10deg);
  31.     -moz-transform: rotate(-10deg);
  32.     transform: rotate(-10deg);
  33. }
  34. .vcard div:first-child {
  35.     height: 65px;
  36.     padding-top: 5px;
  37.     color: #fff;
  38.     font-family: Helvetica, Arial, sans-serif;
  39.     text-transform: uppercase;
  40.     text-align: center;
  41.     letter-spacing: .2em;
  42. }
  43. h1, p {
  44.     padding: 0; margin: 0;
  45. }
  46. h1 {
  47.     font-size: 2em;
  48. }
  49. .fn {
  50.     background: white;    
  51.     height: 120px;
  52.     font-family: "Coming Soon", "Comic Sans MS", cursive;
  53.     text-align: center;
  54.     padding-top: 5px;
  55. }
  56. .given-name {
  57.     font-size: 3em;
  58.     font-weight: bold;
  59.      -webkit-text-fill-color: red;
  60. -webkit-text-stroke: 2px black;
  61. }    
  62. .nickname {
  63.     font-size: 1.5em;
  64.     font-weight: bold;
  65.     font-style: normal;
  66.      -webkit-text-fill-color: green;
  67. -webkit-text-stroke: 1px black;
  68. }
  69.  
  70.  
  71.  
  72.  
  73.  
  74. </style>
  75.  
  76. <style>
  77.  
  78.  
  79. body
  80.  
  81. {
  82.  
  83. background-color: orange;
  84.  
  85.  
  86. }
  87.  
  88.  
  89. </style>
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement