added style for Cookies
This commit is contained in:
parent
3dfaecca41
commit
6baec85d3e
@ -32,6 +32,7 @@ body::-webkit-scrollbar-thumb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blurry {
|
.blurry {
|
||||||
|
border-top-right-radius: 42px;
|
||||||
backdrop-filter: blur(7px) !important;
|
backdrop-filter: blur(7px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -66,3 +67,11 @@ pre code {
|
|||||||
.background img {
|
.background img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center_all_things {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
margin-right: -50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user