Skip to content
Snippets Groups Projects
Commit ec8eeed0 authored by nguyel99's avatar nguyel99
Browse files

Add new file

parent 54300ed8
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<title>dbs</title>
<meta charset="utf-8">
<!-- CSS Style specifications -->
<style>
body {
padding: 2%;
font-family: Arial;
}
.boxed {
border: 1px solid black ;
}
.leftfloat {
border: 1px solid black ;
float: left;
width: 50%;
text-align: center;
}
.rightfloat {
border: 1px solid black ;
float: right;
width: 43%;
text-align: center;
}
.splitfloat {
border: 1px solid black ;
float: left;
width: 50%;
text-align: center;
}
</style>
</head>
<body class="boxed">
<!-- Page Title -->
<h1>Our Nearest Future</h1>
<!-- Interactive Map Section -->
<div class="leftfloat"; style="padding: 2%">
<p> World Map interactive <br> insert javascript here
</p>
</div>
<!-- Value Pad -->
<div class="rightfloat">
<div>
<div class="splitfloat"; style="padding: 1%">
World
</div>
<div class="boxed"; style="padding: 1%">
Country
</div>
</div>
<div style="padding: 3%" >
<div> start </div>
<div> end </div>
</div>
<div style="padding: 3%" >
<div class="boxed">
Value bla bla
</div>
</div>
<div style="padding: 3%" >
<div class="boxed">
Value graph
</div>
</div>
</div>
<section style="padding: 5%">
<br>
</section>
<!-- Credits -->
<footer>
<p>By Valentin, Anton, Lena</p>
</footer>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment