From f969a8b50f66d2c9038208aaae5e78133d02710a Mon Sep 17 00:00:00 2001 From: ayamberkakienam <zackhardyz@gmail.com> Date: Thu, 5 Oct 2017 14:43:50 +0700 Subject: [PATCH] Penyesuaian font --- css/default_style.css | 5 ++++- css/header.css | 5 ----- template/menu.php | 12 ++++++------ 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/css/default_style.css b/css/default_style.css index 2d02ef54..199d588d 100755 --- a/css/default_style.css +++ b/css/default_style.css @@ -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 { diff --git a/css/header.css b/css/header.css index 623e5db6..6e015048 100644 --- a/css/header.css +++ b/css/header.css @@ -23,8 +23,3 @@ margin: 0 ; margin-top: 10px; } -/*.menu { - text-align: center; - background-color: rgb(65,62,119); - height: 20px; -}*/ diff --git a/template/menu.php b/template/menu.php index 77287cef..46b281ad 100644 --- a/template/menu.php +++ b/template/menu.php @@ -1,18 +1,18 @@ <?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> '; -- GitLab