Skip to content
Open
Show file tree
Hide file tree
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
Binary file added coomute - Copy/coomute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions coomute - Copy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="parent">
<img src="coomute.png" alt="" srcset="">
<div class="words">
<h2>Seamless Geo-<br>
location tracking <br>
system | QR CODE<br>
Generator /Secure <br>
PIN Code Scanners.</h2>

<p>
Safety tips / responsive customer care services <br>
everything required for a smooth and safe <br>ride
</p>

<a href="#">
<button>RENT NOW</button> </a>
</div>



</div>
</body>
</html>
48 changes: 48 additions & 0 deletions coomute - Copy/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
body{
background-color: black;
}

.parent{
width: 100%;
/* height: ; */
padding: 1px;
background-color: black;
display: flex;
}
img{
width: 1200px;
height: 1400px;
margin-left: -5px;
margin-top: -270px;
margin-bottom: 170px;
/* float: left; */
}

.words{
float:right;
color: white;
margin-right:-180px ;
margin-top: 180px;
}

h2{
margin-top: 40px;
font-family: sans-serif;
font-size:70px;
font-weight: lighter;
}
p{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 25px;
}

button{
width: 200px;
background-color: white;
padding: 20px;
font-weight: bolder;
font-size: 25px;



}