balloon-shop/style.css
2025-01-08 01:40:36 -05:00

53 lines
995 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%;
}
body{
font-family: "Playwrite AU SA", serif;
}
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;
}
.contact{
background-color: rgb(188, 231, 231);
border: 1px;
border-radius: 15%;
padding: 5px;
margin: auto;
text-align: center;
}