15 lines
228 B
CSS
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;
|
|
} |