updated menu.html -- sorry gang!
This commit is contained in:
+16
-3
@@ -16,6 +16,11 @@ body {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
form {
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0px 0px -15px 0px;
|
margin: 0px 0px -15px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -32,6 +37,11 @@ footer {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
|
background-color: transparent;
|
||||||
|
text-size:large;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
hr {
|
hr {
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
}
|
}
|
||||||
@@ -43,9 +53,12 @@ body::-webkit-scrollbar {
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h5>Extractions</h5>
|
<h5>Extractions</h5>
|
||||||
- <a href="/By_Date/" target="content">By Date</a><br>
|
<form action="/play.php" method="POST" target="content">
|
||||||
- <a href="/By_Common_Name/" target="content">By Common Name</a><br>
|
- <button type="submit" name="bydate" value="bydate">By Date</button>
|
||||||
- <a href="/By_Scientific_Name/" target="content">By Scientific Name</a><br>
|
</form>
|
||||||
|
<form action="/play.php" method="POST" target="content">
|
||||||
|
- <button type="submit" name="byspecies" value="byspecies">By Species</button>
|
||||||
|
</form>
|
||||||
- <a href="/Processed/" target="content">Processed</a><br>
|
- <a href="/Processed/" target="content">Processed</a><br>
|
||||||
|
|
||||||
<hr class="solid">
|
<hr class="solid">
|
||||||
|
|||||||
Reference in New Issue
Block a user