Skip to content
Snippets Groups Projects
Commit f22b4c43 authored by Stevanno Hero Leadervand's avatar Stevanno Hero Leadervand
Browse files

add jumbotron

parent 5fc77c97
Branches
No related merge requests found
.jumbotron {
background: #3499CC !important;
color: white !important;
}
.navbar {
background-color: #003365 !important;
border-radius: 0px !important;
......
......@@ -18,11 +18,16 @@
<!-- Fonts -->
</head>
<body>
<div id="app">
@include('inc.navbar')
<div class="container">
@include('inc.messages')
@yield('content')
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Website Alumni STEI-ITB</h1>
<p class="lead">Sarana berkumpul alumni STEI-ITB dan semua personil STEI-ITB</p>
</div>
</div>
</div>
</div>
</body>
......
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