41 lines
796 B
CSS
41 lines
796 B
CSS
:root {
|
|
--bulma-primary-h: 197deg;
|
|
--bulma-primary-l: 47%;
|
|
--bulma-info-h: 175deg;
|
|
--bulma-info-s: 88%;
|
|
--bulma-info-l: 42%;
|
|
--bulma-navbar-item-img-max-height: 200px;
|
|
}
|
|
html{
|
|
background-color:antiquewhite;
|
|
font-family: "Playwrite AU SA", serif;
|
|
height: 100%;
|
|
}
|
|
nav{
|
|
font-family: "Playwrite AU SA", serif;
|
|
}
|
|
header{
|
|
position: relative;
|
|
text-align: center;
|
|
color: antiquewhite;
|
|
}
|
|
|
|
.centerimg {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
font-size: 4em;
|
|
}
|
|
|
|
#heroImg{
|
|
position: absolute;
|
|
/* height: 600px; */
|
|
}
|
|
.navbar-item img, .navbar-item svg {
|
|
/* max-height: var(--bulma-navbar-item-img-max-height); */
|
|
max-height: 1.30em;
|
|
}
|
|
.is-overlay{
|
|
margin: auto;
|
|
} |