as
as
STYLESHEET
AIM:
CODE:
--BOOKING FORM--
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FLYWHEEL</title>
</head>
<body>
<div class="container">
<div class="myform">
<div class="row">
<label>First Name</label>
</div>
<label>Last Name</label>
</div>
</div>
<div class="row">
<label>Mobile</label>
</div>
<label>Email</label>
</div>
</div>
<div class="row">
<label>DEPARTURE DATE</label>
</div>
</div>
<div class="row">
<label>DEPARTURE TIME</label>
</div>
<div class="row">
<label>DROP LOCATION</label><br>
</div>
</div>
<div class="row">
<label>VECHICLE TYPE</label><br>
<option value="ciaz">CIAZ</option>
</select><br><br>
</div>
<label>JOURNEY TYPE:</label><br>
<label>ONE</label>
</div>
</div>
<div class="row">
<button class="rst">Reset</button>
</div>
</div>
</form>
</div>
</div>
</body>
</html>
-----CSS----
---- newform.css-----
*{
margin:0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
section{
width: 100;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
body{
background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.4)),url(781965.jpg);
background-attachment: fixed;
background-size: cover;
.myform{
background: white;
width: 100%;
height: 100%;
border-radius: 10px;
margin: auto;
button.subt{
margin-right: 3%;
background: #f7941d;
button.rst {
background: #000;
color: #fff;
}
OUTPUT:
RESULT:
Implementation of design an attractive web page for cab booking using stylesheet has been
executed successfully