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

Add files via upload #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
141 changes: 74 additions & 67 deletions filters.html
Original file line number Diff line number Diff line change
@@ -1,90 +1,97 @@
<html>
<head>
<style>
.b {
<head>
<style>
.b {
display: inline-block;
margin-left: 20%;
}
}

p {
p {
-webkit-text-fill-color: white;
font-family: cursive;
font-size: 25px;
}
}

.a {
.a {
height: 40px;
width: 200px;
border-radius: 50px;
box-shadow: 5px 5px 0px 0px black;
opacity: 1;
font-size: 20PX;
}
box-sizing: border-box;
padding: 20px;
font-size: 20px;
}

.c {margin-left: 40%;
background-color: transparent;
height: 55px;
width: 170px;
-webkit-text-fill-color: white;
font-size: 20px;
font-family: sans-serif;
border-color: white;
border-radius: 100px;
.a:hover {
background-color: transparent;
color: white;
}

}
.c:hover {
background-color:ghostwhite;
.c {
margin-top: 5%;
margin-left: 45%;
background-color: transparent;
height: 55px;
width: 170px;
-webkit-text-fill-color: white;
font-size: 20px;
font-family: sans-serif;
border-color: white;
border-radius: 100px;
}
.c:hover {
background-color: ghostwhite;
-webkit-text-fill-color: black;
box-shadow: 1px 1px 2px 2px black;
cursor: pointer;


}
}
</style>
<title>Add Filters

</title>
</head>
<body background="bg_3.jpg" style="background-size: cover; background-position: center;">
<title>Add Filters</title>
</head>
<body
background="bg_3.jpg"
style="background-size: cover; background-position: center"
>
<div class="b">
<p>BRANCH</p>
<input type="text" div class="a" />
</div>

<div class="b">
<p>BRANCH</p>
<input type="text" div class="a">
</div>
<div class="b">
<p>YEAR</p>
<input type="text" div class="a" />
</div>

<div class="b">
<p>YEAR</p>
<input type="text" div class="a">
</div>
<div class="b">
<p>GROUPS</p>
<input type="text" div class="a" />
</div>

<div class="b">
<p>GROUPS</p>
<input type="text" div class="a">
</div>
<div class="b">
<p>STATE</p>
<input type="text" div class="a" />
</div>
<div class="b">
<p>GENDER</p>
<input type="text" div class="a" />
</div>

<div class="b">
<p>STATE</p>
<input type="text" div class="a">
</div>
<div class="b">
<p>GENDER</p>
<input type="text" div class="a">
</div>

<div class="b">
<p>CG</p>
<input type="text" div class="a">
</div>

<div class="b">
<p>BHAWAN</p>
<input type="text" div class="a">
</div>

<div class="b">
<p>OTHERS</p>
<input type="text" div class="a">
</div><br><br>
<a href="search.html" ><button div class="c" >SEARCH NOW</button></a>
<div class="b">
<p>CG</p>
<input type="text" div class="a" />
</div>

</body>
<div class="b">
<p>BHAWAN</p>
<input type="text" div class="a" />
</div>

</html>
<div class="b">
<p>OTHERS</p>
<input type="text" div class="a" />
</div>
<br /><br />
<a href="search.html"><button div class="c">SEARCH NOW</button></a>
</body>
</html>