Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <div class="title-highlight-pink">
  2. <h2 class="title">
  3. ダミーテキストダミーテキストダミーテキストダミー<br/>
  4. テキストダミーテキストダミーテキスト
  5. </h2>
  6. </div>
  7.  
  8.  
  9. .title-highlight-pink {
  10. .title {
  11. @include box-shadow (-5px -2px 0 5px #d42a71, 5px -2px 0 5px #d42a71);
  12. display: inline;
  13. padding: 17px 9px 16px;
  14. margin-top: 0;
  15. margin-bottom: 0;
  16. font-family: $font-family-serif;
  17. font-size: 36px;
  18. line-height: 2.66;
  19. color: #fff;
  20. background-color: #d42a71
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement