Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style scoped>
- .banner-outer {
- display: block;
- position: relative;
- width: 100%;
- }
- .banner-bg {
- width: 100%;
- }
- .banner-fg {
- margin: 0;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- </style>
- <a href="/my-forum-here" class="banner-outer omnibar-margin margin-0px">
- <img class="banner-bg" src="https://cdn.discordapp.com/attachments/814928439295475762/913605681473519626/Untitled-1.png" />
- <h1 class="banner-fg">
- Forum Title
- </h1>
- </a>
Advertisement
Add Comment
Please, Sign In to add comment