index.php: position the log in the right place.
parent
a0f82ec8a5
commit
6971b0dc22
|
@ -16,12 +16,11 @@ if (isset($_SESSION["user_fullname"])) {
|
||||||
<div class="row" style="width:85%;margin:auto;">
|
<div class="row" style="width:85%;margin:auto;">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<br><br>
|
<br><br>
|
||||||
<img src="logo_lrr.png" style="width:40%; position:relative; right:-200px; top:1px;">
|
<img src="logo.png" style="width:40%; position:relative; right:-95px; top:1px;">
|
||||||
<br><br>
|
<br><br>
|
||||||
<div style="width; position:relative; right:-90px; font-family: Poppins-Regular;">
|
<div style="width:20%; position:relative; right:-90px; font-family: Poppins-Regular;">
|
||||||
<h1>Lab Report Repository</h1>
|
<h1>Lab Report Repository</h1>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue