Skip to content
Snippets Groups Projects
Commit 2cc986df authored by Irene Edria Devina's avatar Irene Edria Devina
Browse files

add order_driver.jsp

parent c666e1f8
Branches
No related merge requests found
......@@ -179,6 +179,14 @@ body {
font-size: 1.25em;
}
.find-button {
width: 200px;
height: 40px;
border: 1px solid #00782d;
background: #57e500;
font-size: 1.25em;
}
.submit-button:hover {
background: #75FF33;
font-size: 1.25em;
......
<%@ include file="/component/header.html"%>
<%@ include file="/component/nav.html"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<div class="container">
<div class="wrapper row">
<div>
<div class="page-title row txt-center height-fit float-container">
<div class="float-left">
<h1 class="inline-block">LOOKING FOR AN ORDER</h1>
</div>
</div>
</div>
<div class="order-form">
<form action="#" onsubmit="#" method="get">
<div class="txt-center">
<h2 class="inline-block">Finding Order....</h2>
</div>
<div class="txt-center">
<button type="submit" class="form-input find-button">FIND ORDER</button>
</div>
</form>
</div>
</div>
</div>
<%@include file="/component/footer.html" %>
<script>
window.onload = toggleActive("nav-order");
</script>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment