cssjs-func-lib/cookiebanner.css
2021-07-18 16:19:12 +02:00

15 lines
228 B
CSS

#cookiebanner {
margin: 0px;
padding: 6px;
position: fixed;
bottom: 0;
left: 0;
background-color: #000;
color: #fff;
text-align: center;
width: 100%;
z-index: 9;
}
#cookiebanner button {
margin-left: 6px;
}