Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.h1 {
letter-spacing: 3.5px;
font-weight: 900px;
font-family: "Lucida Console";
font-family: "Verdana";
}


Expand All @@ -49,7 +49,7 @@

#faq {
font-size: 40px;
font-family: "Georgia";
font-family: "Verdana";
text-align: center;
background: linear-gradient(to right,#0dac97,#64f1df,#cffaf4,#ffffff );
padding-top: 3em;
Expand All @@ -59,15 +59,15 @@

background: #0dac97!important;
text-align: center;
font-family: "Georgia";
font-family: "Verdana";
font-size: 24px;
}
#acc div{
background: linear-gradient(to right,#696ddf,#464cf8,#888cfe,#b4b6e5,#ffffff );
}

.end {
font-family: "Comic Sans MS";
font-family: "Verdana";
}

.last {
Expand All @@ -92,22 +92,22 @@
<a class="navbar-brand mr-5 pr-1" href="https://github.com/m-code12" style="color: white; font-size: 24px;" data-animate-scroll='{"scaleX": "2","scaleY": "2", "alpha": "0", "duration": ".5"}'><b><i class="fa fa-cutlery fa-lg" aria-hidden="true"></i>&nbsp;&nbsp;Food Mania</b></a>
<ul class="navbar-nav mx-auto font-weight-bold ml-4">
<li class="nav-item">
<a href="C:/MAMP/htdocs/flexbox1.html" class="nav-link ml-5 mr-5 ml-5 pl-5" style="color: #000316; font-size: 19px;">Home</a>
<a href="C:/MAMP/htdocs/flexbox1.html" class="nav-link ml-5 mr-5 ml-5 pl-5" style="color: #000316; font-size: 20px;">Home</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 19px;">Menu</a>
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 20px;">Menu</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 19px;">Deals & Offers</a>
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 20px;">Deals & Offers</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 19px;">About Us</a>
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 20px;">About Us</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 19px;">Contact</a>
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 20px;">Contact</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 19px;">Login/SignUp</a>
<a href="#projects" class="nav-link ml-3 mr-5" style="color: #000316; font-size: 20px;">Login/SignUp</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -716,7 +716,7 @@ <h2 class="font-weight-bold text-center text-white pt-3 pb-4">It's food lovers l
<p align="center" class="mr-5"><i class="fa fa-facebook-square mr-4" style="font-size: 22px;"></i><i class="fa fa-instagram mr-4" aria-hidden="true" style="font-size: 22px;"></i><i class="fa fa-twitter-square mr-4" aria-hidden="true" style="font-size: 22px;"></i><i class="fa fa-linkedin mr-4" aria-hidden="true" style="font-size: 22px;"></i><i class="fa fa-envelope" aria-hidden="true" style="font-size: 22px;"></i></p>
<hr>

<p align="center" class="mr-5 mt-3" style="color: #808080;"><b style="font-size: 24px;"><i class="fa fa-cutlery fa-lg ml-5" aria-hidden="true" style="font-size: 22px;"></i>&nbsp;&nbsp;Food Mania</b>&nbsp;&nbsp;&copy;2020</p></p>
<p align="center" class="mr-5 mt-3" style="color: #808080;"><b style="font-size: 24px;"><i class="fa fa-cutlery fa-lg ml-5" aria-hidden="true" style="font-size: 22px;"></i>&nbsp;&nbsp;Food Mania</b>&nbsp;&nbsp;&copy;2021</p></p>
</div>

</body>
Expand Down