312
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
.welcomebanner { | .welcomebanner { | ||
align-items: center; | align-items: center; | ||
background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png); | background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png); | ||
background-position: right; | background-position: right; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
display: flex; | display: flex; | ||
background-color: #f8f9fa; | |||
border: 1px solid #c8ccd1; | |||
border-radius: 2px; | |||
box-shadow: 0 1px 1px rgb(0 0 0 / 15%); | |||
padding | margin-bottom: 1rem; | ||
padding: 1rem; | |||
} | } | ||