Skip to content
Snippets Groups Projects
Commit f60cda64 authored by Nur Latifah Ulfah's avatar Nur Latifah Ulfah
Browse files

fix some style

parent 863988da
Branches
No related merge requests found
...@@ -63,16 +63,11 @@ ...@@ -63,16 +63,11 @@
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-6">
<div class="title"><span class="green">PR-</span><span class="red">OJEK</span></div> <div class="title"><span class="green">PR-</span><span class="red">OJEK</span></div>
</div>
<div class="col-6 right-align">
Hi, <b><?php echo $username ?></b> !<br>
</div>
</div>
<div class="row">
<div class="col-6">
<div class="green">wushh... wushh... ngeeeeeenggg...</div> <div class="green">wushh... wushh... ngeeeeeenggg...</div>
</div> </div>
<div class="col-6 right-align">
<div class="col-6 right-align mt10">
Hi, <b><?php echo $username ?></b> !<br>
<a href="login.php"><span class="blue">Logout</span></a> <a href="login.php"><span class="blue">Logout</span></a>
</div> </div>
</div> </div>
......
...@@ -45,8 +45,7 @@ ...@@ -45,8 +45,7 @@
<div class="mtop10 flexone textright"> <div class="mtop10 flexone textright">
<span>Hi, </span> <span>Hi, </span>
<span><b><?php echo $username ?></b> !</span> <span><b><?php echo $username ?></b> !</span><br/>
<br />
<a href="login.php">Logout</a> <a href="login.php">Logout</a>
</div> </div>
</div> </div>
...@@ -89,7 +88,7 @@ ...@@ -89,7 +88,7 @@
</div> </div>
</div> </div>
<form method="post" onsubmit="return isFilled()" action="select-driver.php?id_active='<?php echo $_GET['id_active'];?>'"> <form method="post" onsubmit="return isFilled()" action="select-driver.php?id_active=<?php echo $_GET['id_active'];?>">
<div class="rowflex mtop30"> <div class="rowflex mtop30">
<div class="labels mlauto"> <div class="labels mlauto">
Picking Point Picking Point
......
...@@ -63,8 +63,7 @@ require_once 'dbconfig.php'; ...@@ -63,8 +63,7 @@ require_once 'dbconfig.php';
<div class="mtop10 flexone textright"> <div class="mtop10 flexone textright">
<span>Hi, </span> <span>Hi, </span>
<span><b><?php echo $username ?></b>!</span> <span><b><?php echo $username ?></b> !</span><br />
<br />
<a href="#">Logout</a> <a href="#">Logout</a>
</div> </div>
</div> </div>
......
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