|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/resources/views/ |
Upload File : |
@extends('layouts.home1')
@section('title', config('app.name', 'ultimatePOS'))
@section('content')
<style type="text/css">
.flex-center {
align-items: center;
display: flex;
justify-content: center;
margin-top: 10%;
}
.title {
font-size: 84px;
}
.tagline {
font-size:25px;
font-weight: 300;
text-align: center;
}
@media only screen and (max-width: 600px) {
.title{
font-size: 38px;
}
.tagline {
font-size:18px;
}
}
</style>
<div class="title flex-center" style="font-weight: 600 !important; color: #333 !important;">
{{ config('app.name', 'ultimatePOS') }}
</div>
@endsection