Add bannerss to CSS
This commit is contained in:
parent
51f529f2fa
commit
a9c58c7a46
|
@ -47,6 +47,18 @@ div.main {
|
|||
}
|
||||
/* Website layout */
|
||||
|
||||
.banner {
|
||||
width: 100%;
|
||||
height: 15pt;
|
||||
|
||||
font-size: 13pt;
|
||||
font-family: 'Share Tech Mono', monospace;
|
||||
|
||||
background-color: lightgoldenrodyellow;
|
||||
|
||||
}
|
||||
/* Banner stuff */
|
||||
|
||||
img.webbutton{
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
|
|
Loading…
Reference in New Issue