diff --git a/assets/pics/classic/hero.jpg b/assets/pics/classic/hero.jpg new file mode 100644 index 0000000..608bf21 Binary files /dev/null and b/assets/pics/classic/hero.jpg differ diff --git a/index.html b/index.html index 7398516..91482f0 100644 --- a/index.html +++ b/index.html @@ -6,16 +6,20 @@ Beach Party Balloons + href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"> + + + -
203.283.5626 +
- \ No newline at end of file diff --git a/style.css b/style.css index 12bb393..1c995fa 100644 --- a/style.css +++ b/style.css @@ -4,11 +4,16 @@ --bulma-info-h: 175deg; --bulma-info-s: 88%; --bulma-info-l: 42%; + --bulma-navbar-item-img-max-height: 200px; } html{ - background-color:antiquewhite + background-color:antiquewhite; + font-family: "Playwrite AU SA", serif; + height: 100%; } - +nav{ + font-family: "Playwrite AU SA", serif; +} header{ position: relative; text-align: center; @@ -21,4 +26,16 @@ left: 50%; transform: translate(-50%, -50%); font-size: 4em; - } \ No newline at end of file + } + + #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; +} \ No newline at end of file