annasthms

rose example

Apr 13th, 2018
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4.   <meta charset="utf-8">
  5.   <title>rose yeehaw</title>
  6.   <link href="https://static.tumblr.com/0podkko/xdVp7594v/rose.css" rel="stylesheet" />
  7.   <style>
  8.   /* annasthms rose */
  9.   .annasthms-rose {
  10.     --petal-outline: #cb5e88;
  11.     --petal-fill: #ffeaea;
  12.     --leaf-outline: #18592a;
  13.     --leaf-fill: #d0ddd4;
  14.   }
  15.  
  16.   /* annasthms love letter */
  17.   .annasthms-love-letter {
  18.     --letter-border-width: 5px;
  19.     --letter-border-color: rgba(255, 142, 142, 0.25);
  20.     --letter-background: #ffffff;
  21.     --letter-text-align: center;
  22.     width: 300px;
  23.   }
  24.   </style>
  25. </head>
  26. <body>
  27.   <!--------------------------------------------------
  28.  
  29.  - rose by annasthms (apr 11, 2018)
  30.  more info @ https://annasthms.tumblr.com/more/rose
  31.  
  32.  --------------------------------------------------->
  33.  
  34.   <div class="annasthms-rose" top=200 left=50></div>
  35.  
  36.   <!--------------------------------------------------
  37.  
  38.  - rose + love letter by annasthms (apr 11, 2018)
  39.  more info @ https://annasthms.tumblr.com/more/rose
  40.  
  41.  --------------------------------------------------->
  42.  
  43.   <div class="annasthms-love-letter">
  44.     <div class="annasthms-rose"></div>
  45.     <div class="annasthms-letter-contents">
  46.       love letter text
  47.     </div>
  48.   </div>
  49.   <script src="https://static.tumblr.com/0podkko/nTIp7599h/rose.min.js"></script>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment