Skip to content

Commit

Permalink
Update index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-1220 authored Oct 26, 2024
1 parent 793166a commit 26a71be
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@
<link rel="stylesheet" href="chatbot.css">

</head>
<style>
.menu_list{
display: flex;
gap: 100px;
margin-right: 80px;
margin-top: 40px
}
</style>
<body bgcolor="#100d28">
<div class="hero_section">
<div class="navbar">
<img class="logo" src="logofinal.png">
<div class="menu_items">
<ul type="none" class="menu_list">
<ul type="none" class="menu_list_new">
<li><a href="about.html" class="menu_option">ABOUT</a></li>
<li><a href="project.html" class="menu_option">PROJECTS</a></li>
<li><a href="sibs.html" class="menu_option">SIBs</a></li>
Expand Down

0 comments on commit 26a71be

Please sign in to comment.