Skip to content
Snippets Groups Projects
Commit 8e7e914c authored by Jakob Severin Steffensen Hjelseth's avatar Jakob Severin Steffensen Hjelseth
Browse files

Merge branch '1-enkel-layout' into 'dev'

Resolve "Enkel layout"

See merge request !1
parents 3ac11f69 1b2966a0
No related branches found
No related tags found
2 merge requests!2Dev,!1Resolve "Enkel layout"
......@@ -9,3 +9,4 @@ pages:
- public
only:
- main
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>ProgGIS</title>
<style>
.h1 {
text-align: center;
font-weight: bold;
font-family: monospace;
}
.button {
font-family: monospace;
background-color: greenyellow;
color: white;
border-width: 0;
cursor: pointer;
}
#box1 {
font-family: monospace;
height: 6vh;
display: flex;
flex-grow: 4;
flex-direction: row;
text-align: center;
}
</style>
</head>
<body>
<div style="height: 20vh; width: 100vw; background-color: greenyellow;">
<h1 style="height: 14vh; color: white;">ProgGIS</h1>
<div id="box1">
<button>Buffer</button>
<button>Union</button>
<button>Intersection</button>
<button>Difference</button>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Hello world!</title>
</head>
<body>
<p>This is a GitLab page :)</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment