24 lines
413 B
CSS
24 lines
413 B
CSS
:root {
|
|
--bulma-primary-h: 197deg;
|
|
--bulma-primary-l: 47%;
|
|
--bulma-info-h: 175deg;
|
|
--bulma-info-s: 88%;
|
|
--bulma-info-l: 42%;
|
|
}
|
|
html{
|
|
background-color:antiquewhite
|
|
}
|
|
|
|
header{
|
|
position: relative;
|
|
text-align: center;
|
|
color: antiquewhite;
|
|
}
|
|
|
|
.centerimg {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
font-size: 4em;
|
|
} |