Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the navbar in the practicedsa.html #221

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
64 changes: 4 additions & 60 deletions practicedsa.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,71 +24,15 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css">

<link rel="shortcut icon" href="images/icon.png" type="images/icon.png" />
<link rel="stylesheet" href="css/style.css">
<title>Practice Questions</title>

<style>

header {
overflow: hidden;
height: 20vh;
}

.vid-bg {
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}

.navbar-nav a {
font-size: 18px;
font-weight: bold;
}

.nav-col {
background-color: #0e2431;
opacity: 0.8;
}

.navbar-light .navbar-brand {
color: white;
font-weight: bold;
}

.brand1 {
color: #3caea3;
padding-right: 0.5rem;
}

.navbar-light .navbar-brand:hover {
color: white;
}

.nav-items {
color: white !important;
margin-left: 3rem;
padding-right: 2rem !important;
}

.navbar-nav .nav-link {
color: #fff;
}

.navbar-nav {
text-align: center;
width: 75% !important;
}

.nav-link {
padding: 0.2rem 1rem;
}

.nav-items:hover {
color: #3caea3 !important;
}


body {
background-color: #3caea3;
margin: 10px 10px 10px 10px;
Expand Down Expand Up @@ -133,14 +77,14 @@
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="#about">About</a>
<a class="nav-link font-weight-bold nav-items" href="index.html">About</a>
lipsa199 marked this conversation as resolved.
Show resolved Hide resolved
</li>

<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="#footer">Contact</a>
<a class="nav-link font-weight-bold nav-items" href="index.html">Contact</a>
harikesh409 marked this conversation as resolved.
Show resolved Hide resolved
</li>
<li class="nav-item dropdown">
<a class="nav-link font-weight-bold nav-items dropdown-toggle" href="#" id="navbarDropdown"
Expand Down