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

Add clickable div on main.html

parent 98b994d3
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -7,20 +7,26 @@ ...@@ -7,20 +7,26 @@
<link rel="stylesheet" type="text/css" href="css/default_style.css"> <link rel="stylesheet" type="text/css" href="css/default_style.css">
</head> </head>
<body> <body>
<div class="frame" style="overflow: auto; max-width: 800px"> <div class="frame" style="overflow: auto; max-width: 600px">
<div style="background-color: blue;"> <div style="background-color: blue;">
<h1>Title</h1> <h1>Title</h1>
</div> </div>
<div style="background-color: white; max-width: 600px; margin-left: auto; margin-right: auto"> <div style="background-color: white; max-width: 600px; margin-left: auto; margin-right: auto">
<div style="background-color: red; width: 200px; float: left"> <a href="order/order.php" name="order_link">
<h2>Content 1</h2> <div style="background-color: red; width: 200px; float: left">
</div> <h2>Order</h2>
</div>
</a>
<a href="history/history.php" name="history_link">
<div style="background-color: green; width: 200px; float: left"> <div style="background-color: green; width: 200px; float: left">
<h2>Content 2</h2> <h2>History</h2>
</div> </div>
</a>
<a href="profile/profile.php" name="profile_link">
<div style="background-color: yellow; width: 200px; float: left"> <div style="background-color: yellow; width: 200px; float: left">
<h2>Content 3</h2> <h2>My Profile</h2>
</div> </div>
</a>
</div> </div>
</div> </div>
</body> </body>
......
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