make top warning banner look prettier
This commit is contained in:
parent
7f4817de6b
commit
2941418c12
1 changed files with 8 additions and 4 deletions
12
style.css
12
style.css
|
@ -154,15 +154,17 @@ html *
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
|
position: fixed;
|
||||||
background-color: #BFD7F3;
|
background-color: #BFD7F3;
|
||||||
color: black;
|
color: black;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.2cm;
|
padding: 0.2cm;
|
||||||
border-radius:10px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -292,15 +294,17 @@ html *
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
|
position: fixed;
|
||||||
background-color: #29415E;
|
background-color: #29415E;
|
||||||
color: white;
|
color: white;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.2cm;
|
padding: 0.2cm;
|
||||||
border-radius:10px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue