Skip to content

Commit

Permalink
Merge branch 'khushi-joshi-05:main' into fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitrajjha111 authored May 27, 2024
2 parents 85913eb + d08e835 commit 5a2f017
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
13 changes: 13 additions & 0 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,21 @@ body {
font-size: 0.85rem;
margin-top: 10px;
color: #dddddd;
text-decoration: none ;
}

.footer-colums a{
display: block;
font-size: 0.85rem;
margin-top: 10px;
color: #dddddd;
text-decoration: none;
}

.foot-panel2 ul a:hover{
text-decoration: underline;
color: #dddddd;
}
/* .foot-pannel3{
background-color:rgb(66, 16, 16);
color: white;
Expand Down
4 changes: 4 additions & 0 deletions Css-files/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ ul a{
text-decoration: none;
}

.foot-panel2 ul a:hover{
text-decoration: underline;
color: #dddddd;
}
/* .foot-pannel3{
background-color:rgb(66, 16, 16);
color: white;
Expand Down
10 changes: 5 additions & 5 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@ <h3>Juices</h3>
<div class="foot-panel2">
<ul class="footer-colums">
<p>Our Pages</p>
<a href="../index.html" style="text-decoration: none;">Home</a>
<a href="#" style="text-decoration: none;">Menu</a>
<a href="services.html" style="text-decoration: none;">Services</a>
<a href="contact.html" style="text-decoration: none;">Contact</a>
<a href="cart.html" style="text-decoration: none;">Cart</a>
<a href="../index.html">Home</a>
<a href="#">Menu</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
<a href="cart.html">Cart</a>
</ul>

<ul class="footer-colums">
Expand Down
10 changes: 5 additions & 5 deletions Html-files/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ <h2 class="testimonal__title">Priya Sharma</h2>
<div class="foot-panel2">
<ul class="footer-colums">
<p>Our Pages</p>
<a href="../index.html" style="text-decoration: none;">Home</a>
<a href="menu.html" style="text-decoration: none;">Menu</a>
<a href="#" style="text-decoration: none;">Services</a>
<a href="contact.html" style="text-decoration: none;">Contact</a>
<a href="cart.html" style="text-decoration: none;">Cart</a>
<a href="../index.html">Home</a>
<a href="menu.html">Menu</a>
<a href="#">Services</a>
<a href="contact.html">Contact</a>
<a href="cart.html">Cart</a>
</ul>

<ul class="footer-colums">
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,11 @@ ul a {
text-decoration: none;
}

.foot-panel2 ul a:hover{
text-decoration: underline;
color: #dddddd;
}

/* .foot-pannel3{
background-color:rgb(66, 16, 16);
color: white;
Expand Down

0 comments on commit 5a2f017

Please sign in to comment.