tipsypastels

Untitled

Nov 25th, 2021
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <style scoped>
  2. .banner-outer {
  3. display: block;
  4. position: relative;
  5. width: 100%;
  6. }
  7.  
  8. .banner-bg {
  9. width: 100%;
  10. }
  11.  
  12. .banner-fg {
  13. margin: 0;
  14.  
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 100%;
  19. height: 100%;
  20.  
  21. display: flex;
  22. align-items: center;
  23. justify-content: center;
  24. }
  25. </style>
  26.  
  27. <a href="/my-forum-here" class="banner-outer omnibar-margin margin-0px">
  28. <img class="banner-bg" src="https://cdn.discordapp.com/attachments/814928439295475762/913605681473519626/Untitled-1.png" />
  29. <h1 class="banner-fg">
  30. Forum Title
  31. </h1>
  32. </a>
Advertisement
Add Comment
Please, Sign In to add comment