Skip to content
Snippets Groups Projects
Commit 98b994d3 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Create initial design for main.html

parent 68d630eb
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
<!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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment