Filter - None Brightness - 4: HTML Section: File Name Is Index - HTML HTML
Filter - None Brightness - 4: HTML Section: File Name Is Index - HTML HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
initial-scale=1, shrink-to-fit=no">
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css
"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<title>Restaurant Website</title>
</head>
<body>
<nav>
<ul class="nav-flex-row">
<li class="nav-item">
<a href="#about">About</a>
</li>
<li class="nav-item">
<a href="#reservation">Reservation</a>
</li>
<li class="nav-item">
<a href="#menu">Menu</a>
</li>
<li class="nav-item">
<a href="#shop">Shop</a>
</li>
</ul>
</nav>
<section class="section-intro">
<header>
Kitchen</h1>
</header>
<div class="link-to-book-wrapper">
<a class="link-to-book"
href="#reservations">Book a table</a>
</div>
</section>
<section class="about-section">
<article>
<h3>
</h3>
<p>
</p>
</article>
</section>
<div id="carouselExampleControls"
<div class="carousel-inner">
<img src="img/food1.png"
</div>
<div class="carousel-item">
<img src="img/food2.png"
</div>
<div class="carousel-item">
<img src="img/food3.png"
</div>
</div>
<a class="carousel-control-prev"
href="#carouselExampleControls"
role="button" data-slide="prev">
<span class="carousel-control-prev-icon"
aria-hidden="true">
</span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next"
href="#carouselExampleControls"
role="button" data-slide="next">
<span class="carousel-control-next-icon"
aria-hidden="true">
</span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="container">
<div class="row-flex">
<div class="flex-column-form">
<h3>
Make a booking
</h3>
<form class="media-centered">
<div class="form-group">
<p>
</p>
id="exampleInputName1"
aria-describedby="nameHelp"
</div>
<div class="form-group">
<input type="number" class="form-control"
id="exampleInputphoneNumber1"
</div>
Submit
</button>
</form>
</div>
<div class="opening-time">
<h3>
Opening times
</h3>
<p>
</p>
</div>
<div class="contact-adress">
<h3>
Contact
</h3>
<p>
<span>410-602-8008</span>
</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous">
</script>
<script src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.j
s"
integrity=
"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous">
</script>
<script src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous">
</script>
</body>
</html>
@import url('https://fonts.googleapis.com/css?
family=Big+Shoulders+Text:100, 300, 400, 500, 600, 700, 800,
900&display=swap');
.nav-flex-row {
display: flex;
flex-direction: row;
justify-content: center;
position: absolute;
z-index: 100;
left: 0;
width: 100%;
padding: 0;
.nav-flex-row li {
text-decoration: none;
list-style-type: none;
.nav-flex-row li a {
color: #000;
font-size: 1.5em;
text-transform: uppercase;
font-weight: 300;
.nav-flex-row li a:hover{
background: #E7E7E7;
}
.section-intro {
height: 820px;
background-image: url(img/foddiee.png);
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.section-intro h1 {
text-align: center;
color: #000;
font-size: 4em;
font-weight: 700;
.section-intro header {
display: flex;
flex: 4;
flex-direction: row;
justify-content: center;
align-items: center;
.link-to-book-wrapper {
flex: 1;
.about-section {
display: flex;
align-items: center;
background-color: #f3f3f3c0;
.link-to-book {
color: #ffffff;
display: block;
a.link-to-book:hover {
background-color: #ffffff;
color: #95999e;
text-decoration: none;
.about-section p,
.about-section h3 {
text-align: center;
width: 60%;
margin: auto;
font-size: 1.8em;
text-transform: uppercase;
.carousel-inner {
height: 700px;
.row-flex {
display: flex;
flex-direction: row;
.flex-column-form {
display: flex;
flex-direction: column;
flex: 1;
.btn.btn-primary {
color: #ffffff;
background-color: #95999e;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 2px;
border: 0;
.btn.btn-primary:hover {
background-color: #747474;
.opening-time,
.contact-adress {
flex: 1;
font-size: 1.2em;
}
.form-group p {
font-size: 1.2em;
.opening-time p span,
.contact-adress p span {
display: block;
.section-intro {
height: 500px;
}
.about-section p,
.about-section h3 {
font-size: 20px;
}
.carousel-inner {
height: auto;
}
.row-flex {
display: flex;
flex-direction: column;
}
.section-intro {
height: 300px;
}
.about-section {
padding: 30px;
}
.section-intro h1 {
font-size: 2em;
}
.about-section p,
.about-section h3 {
font-size: 15px;
}
.carousel-inner {
height: auto;
}
.row-flex {
display: flex;
flex-direction: column;
}
.row-flex h3 {
font-size: 25px;
text-align: center;
}
.form-group p {
font-size: 15px;
}
.opening-time p span,
.contact-adress p span {
font-size: 15px;
text-align: center;
}