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

Penyesuaian font

parent 72786d6d
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -6,12 +6,14 @@
padding-left: 20px;
border-top: 0.5px solid black;
border-bottom: 0.5px solid black;
border-left: 0.5px solid black;
border-left: 0.5px solid black;
border-right: 0.5px solid black;
font-family: calibri light;
}
.frame h1,h2 {
text-align: center;
font-family: franklin gothic;
}
.button {
......@@ -56,6 +58,7 @@ a:hover {
width: 119px;
float: left;
text-align: center;
font-family: calibri;
}
.menu > h3 {
......
......@@ -23,8 +23,3 @@
margin: 0 ;
margin-top: 10px;
}
/*.menu {
text-align: center;
background-color: rgb(65,62,119);
height: 20px;
}*/
<?php
echo '
<a href="order/order.php" name="order_link">
<a href="../order/order.php" name="order_link">
<div class="menu" id="order_link">
<h3>Order</h3>
<h3>ORDER</h3>
</div>
</a>
<a href="history/history.php" name="history_link">
<a href="../history/history.php" name="history_link">
<div class="menu" id="history_link">
<h3>History</h3>
<h3>HISTORY</h3>
</div>
</a>
<a href="profile/profile.php" name="profile_link">
<a href="../profile/profile.php" name="profile_link">
<div class="menu" id="profile_link">
<h3>My Profile</h3>
<h3>MY PROFILE</h3>
</div>
</a>
';
......
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