add contact info
This commit is contained in:
parent
34ec1f04a9
commit
759c4efeed
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"eliutdev.bulma-css-class-completion"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
index.html
16
index.html
@ -14,7 +14,7 @@
|
|||||||
<script defer src="script.js"></script>
|
<script defer src="script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar is-info" role="navigation" aria-label="main navigation">
|
<nav class="navbar is-info is-spaced has-shadow" role="navigation" aria-label="main navigation">
|
||||||
<div class="navbar-brand is-size-1">
|
<div class="navbar-brand is-size-1">
|
||||||
<a class="navbar-item" href="index.html">
|
<a class="navbar-item" href="index.html">
|
||||||
<img style="background-color: white;" src="assets/logo/BeachPartyBalloons-logo.png" alt="Beach Party Balloons logo">
|
<img style="background-color: white;" src="assets/logo/BeachPartyBalloons-logo.png" alt="Beach Party Balloons logo">
|
||||||
@ -30,9 +30,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="navbarBasicExample" class="navbar-menu">
|
<div id="navbarBasicExample" class="navbar-menu has-text-right">
|
||||||
<div class="navbar-start">
|
<div class="navbar-end">
|
||||||
<a class="navbar-item" href="index.html">
|
<a class="navbar-item " href="index.html">
|
||||||
Home
|
Home
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -73,9 +73,11 @@
|
|||||||
<img class="is-overlay" src="assets/logo/BeachPartyBalloons-logo.png" alt="Image 2">
|
<img class="is-overlay" src="assets/logo/BeachPartyBalloons-logo.png" alt="Image 2">
|
||||||
</div>
|
</div>
|
||||||
<div class="is-flex-direction-column is-dark">
|
<div class="is-flex-direction-column is-dark">
|
||||||
<h1 class="is-size-1" style="text-align: center;">Visit our store</h1>
|
<h1 class="is-size-3" style="text-align: center;">Visit our store</h1>
|
||||||
<h2 class="is-size-2" style="text-align: center;">554 ste 9 Boston Post Road, Milford, CT 06460</h2>
|
<h2 class="is-size-4" style="text-align: center;"> <a target="_blank" href="https://maps.app.goo.gl/gRk6NztgMRUsSVJf9">554 ste 9 Boston Post Road, Milford, CT 06460</a> </h2>
|
||||||
<a class="is-size-2 is-justify-content-center" href="tel:203.283.5626">203.283.5626</a>
|
<h2 class="is-size-4" style="text-align: center;" ><a href="tel:203.283.5626">203.283.5626</a> </h2>
|
||||||
|
<div class=" has-text-centered"> <button class="button is-info ">Contact Us</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
12
style.css
12
style.css
@ -11,6 +11,10 @@
|
|||||||
font-family: "Playwrite AU SA", serif;
|
font-family: "Playwrite AU SA", serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
|
font-family: "Playwrite AU SA", serif;
|
||||||
|
|
||||||
|
}
|
||||||
nav{
|
nav{
|
||||||
font-family: "Playwrite AU SA", serif;
|
font-family: "Playwrite AU SA", serif;
|
||||||
}
|
}
|
||||||
@ -38,4 +42,12 @@ nav{
|
|||||||
}
|
}
|
||||||
.is-overlay{
|
.is-overlay{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
}
|
||||||
|
.contact{
|
||||||
|
background-color: rgb(188, 231, 231);
|
||||||
|
border: 1px;
|
||||||
|
border-radius: 15%;
|
||||||
|
padding: 5px;
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user