Skip to content
Snippets Groups Projects
Commit 83d8cc9c authored by kukuhbr's avatar kukuhbr
Browse files

preferred locations front-end | @kukuhbr

parent f0ab623e
No related branches found
No related tags found
No related merge requests found
.pref-loc-wrapper {
width: 500px;
font-size: 0;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
border: 2px solid lightgrey;
box-shadow: 2px 2px 7px #888888;
padding-left: 12px;
}
.edit-pref-locations {
font-size: 2rem;
font-family: 'Oswald', sans-serif;
}
.add-loc-wrapper {
font-size: 0;
margin-top: 15px;
}
.add-new-loc {
font-size: 1.8rem;
font-family: 'Oswald', sans-serif;
}
#loc-name {
height: 20px;
width: 80%;
padding-left: 7px;
}
#back {
background-color: rgb(213,0,39);
border: 2px solid #000000;
border-radius: 6px;
padding: 3px 15px;
cursor: pointer;
margin-top: 10px;
margin-bottom: 20px;
}
#add {
background-color: rgb(130,216,0);
border: 2px solid #000000;
border-radius: 6px;
padding: 3px 15px;
cursor: pointer;
margin-left: 10px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="edit-preferred-locations.css" />
<link itemprop="url" href="https://fonts.googleapis.com/css?family=Oswald:600" rel="stylesheet" />
</head>
<body>
<div class="pref-loc-wrapper">
<div class="edit-pref-locations">
EDIT PREFERRED LOCATIONS
</div>
<?php
echo "this is a table";
?>
<div class="add-loc-wrapper">
<div class="add-new-loc">
ADD NEW LOCATION:
</div>
<input type="text" id="loc-name">
<input type="button" value="ADD" id="add">
</div>
<a href="index.html" style="text-decoration: none">
<input type="button" value="BACK" id="back">
</a>
</div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment