Skip to content

Commit

Permalink
050320241807
Browse files Browse the repository at this point in the history
  • Loading branch information
anupammo committed Mar 5, 2024
1 parent 560c8b7 commit eb85ee4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tvs-raider-125.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@
<style>
/* horizontal scroll Menu */
div.scrollmenu {
background-color: #333;
/* background-color: #333; */
overflow: auto;
white-space: nowrap;
}

div.scrollmenu a {
display: inline-block;
color: white;
/* color: #000; */
text-align: center;
padding: 14px;
text-decoration: none;
}

div.scrollmenu a:hover {
background-color: #777;
/* background-color: #777; */
}
/* horizontal scroll Menu */

Expand Down Expand Up @@ -247,16 +247,6 @@

<body>
<header>
<div class="scrollmenu">
<a href="#home">Home</a>
<a href="#news">News</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
<a href="#home">Home</a>
<a href="#news">News</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#">
Expand Down Expand Up @@ -304,6 +294,16 @@
</div>
</div>
</nav>
<!-- <div class="scrollmenu text-center">
<a href="#">Home</a>
<a href="#">News</a>
<a href="#">Contact</a>
<a href="#">About</a>
<a href="#">Home</a>
<a href="#">News</a>
<a href="#">Contact</a>
<a href="#">About</a>
</div> -->
<div class="container">
<div class="row">
<div class="col-md-8 col-12">
Expand Down

0 comments on commit eb85ee4

Please sign in to comment.