Template:Dndbeyond tooltip/style.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
height: 70px; | height: 70px; | ||
padding: 0 10px 10px; | padding: 0 10px 10px; | ||
position: relative; | |||
} | } | ||
Line 17: | Line 18: | ||
font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif; | font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif; | ||
color: white; | color: white; | ||
position: relative; | |||
} | } |
Revision as of 01:40, 24 November 2021
div.header {
display: flex;
height: 70px;
padding: 0 10px 10px;
position: relative;
}
.fitimage {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
left: 0;
}
.header-text {
font-size: 28px;
font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
color: white;
position: relative;
}