From 98b994d3c7fc24f366caea5c5d09204ca4f60058 Mon Sep 17 00:00:00 2001 From: ayamberkakienam <zackhardyz@gmail.com> Date: Wed, 4 Oct 2017 16:41:55 +0700 Subject: [PATCH] Create initial design for main.html --- main.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 main.html diff --git a/main.html b/main.html new file mode 100644 index 00000000..e33950ee --- /dev/null +++ b/main.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> +<head> + <title> + Pro-Jekk + </title> + <link rel="stylesheet" type="text/css" href="css/default_style.css"> +</head> +<body> + <div class="frame" style="overflow: auto; max-width: 800px"> + <div style="background-color: blue;"> + <h1>Title</h1> + </div> + <div style="background-color: white; max-width: 600px; margin-left: auto; margin-right: auto"> + <div style="background-color: red; width: 200px; float: left"> + <h2>Content 1</h2> + </div> + <div style="background-color: green; width: 200px; float: left"> + <h2>Content 2</h2> + </div> + <div style="background-color: yellow; width: 200px; float: left"> + <h2>Content 3</h2> + </div> + </div> + </div> +</body> +</html> \ No newline at end of file -- GitLab