mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
12 lines
203 B
CSS
12 lines
203 B
CSS
#cookie-notice{
|
|
display: block;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
line-height: 40px;
|
|
background-color: #c7cda5;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|