Skip to content
Snippets Groups Projects
Commit cc1a4c4d authored by FarrellAbiezaZidan-13519182's avatar FarrellAbiezaZidan-13519182
Browse files

test add exported bootstrap UI

testing agar UI dari bootstrap bisa compatible dengan vue js
parent 88e50fd5
No related merge requests found
This diff is collapsed.
This diff is collapsed.
.article-clean {
color: #56585b;
background-color: #fff;
font-family: 'Lora', serif;
font-size: 14px;
}
.article-clean .intro {
font-size: 16px;
margin: 0 auto 30px;
}
.article-clean .intro h1 {
font-size: 32px;
margin-bottom: 15px;
padding-top: 20px;
line-height: 1.5;
color: inherit;
margin-top: 20px;
}
.article-clean .intro p {
color: #929292;
font-size: 12px;
}
.article-clean .intro p .by {
font-style: italic;
}
.article-clean .intro p .date {
text-transform: uppercase;
padding: 4px 0 4px 10px;
margin-left: 10px;
border-left: 1px solid #ddd;
}
.article-clean .intro p a {
color: #333;
text-transform: uppercase;
padding-left: 3px;
}
.article-clean .intro img {
margin-top: 20px;
}
.article-clean .text p {
margin-bottom: 20px;
line-height: 1.45;
}
@media (min-width:768px) {
.article-clean .text p {
font-size: 16px;
}
}
.article-clean .text h2 {
margin-top: 28px;
margin-bottom: 20px;
line-height: 1.45;
font-size: 16px;
font-weight: bold;
color: #333;
}
@media (min-width:768px) {
.article-clean .text h2 {
font-size: 20px;
}
}
.article-clean .text figure {
text-align: center;
margin-top: 30px;
margin-bottom: 20px;
}
.article-clean .text figure img {
margin-bottom: 12px;
max-width: 100%;
}
.contact-clean {
background: #f1f7fc;
padding: 80px 0;
}
@media (max-width:767px) {
.contact-clean {
padding: 20px 0;
}
}
.contact-clean form {
max-width: 480px;
width: 90%;
margin: 0 auto;
background-color: #ffffff;
padding: 40px;
border-radius: 4px;
color: #505e6c;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
@media (max-width:767px) {
.contact-clean form {
padding: 30px;
}
}
.contact-clean h2 {
margin-top: 5px;
font-weight: bold;
font-size: 28px;
margin-bottom: 36px;
color: inherit;
}
.contact-clean form .form-control {
background: #fff;
border-radius: 2px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
outline: none;
color: inherit;
padding-left: 12px;
height: 42px;
}
.contact-clean form .form-control:focus {
border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
min-height: 100px;
max-height: 260px;
padding-top: 10px;
resize: vertical;
}
.contact-clean form .btn {
padding: 16px 32px;
border: none;
background: none;
box-shadow: none;
text-shadow: none;
opacity: 0.9;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
letter-spacing: 0.4px;
line-height: 1;
outline: none !important;
}
.contact-clean form .btn:hover {
opacity: 1;
}
.contact-clean form .btn:active {
transform: translateY(1px);
}
.contact-clean form .btn-primary {
background-color: #055ada !important;
margin-top: 15px;
color: #fff;
}
.navigation-clean {
background: #fff;
padding-top: .75rem;
padding-bottom: .75rem;
color: #333;
border-radius: 0;
box-shadow: none;
border: none;
margin-bottom: 0;
}
@media (min-width:768px) {
.navigation-clean {
padding-top: 1rem;
padding-bottom: 1rem;
}
}
.navigation-clean .navbar-brand {
font-weight: bold;
color: inherit;
}
.navigation-clean .navbar-brand:hover {
color: #222;
}
.navigation-clean .navbar-toggler {
border-color: #ddd;
}
.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
background: none;
}
.navigation-clean .navbar-toggler {
color: #888;
}
.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
color: #8f8f8f;
box-shadow: none;
background: none;
pointer-events: none;
}
.navigation-clean.navbar .navbar-nav .nav-link {
padding-left: 18px;
padding-right: 18px;
}
.navigation-clean.navbar-light .navbar-nav .nav-link {
color: #465765;
}
.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
color: #37434d !important;
background-color: transparent;
}
.navigation-clean .navbar-nav > li > .dropdown-menu {
margin-top: -5px;
box-shadow: none;
background-color: #fff;
border-radius: 2px;
}
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
line-height: 2;
color: #37434d;
}
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
background: #eee;
color: inherit;
}
bootstrap/assets/img/beach.jpg

24.7 KiB

bootstrap/assets/img/desk.jpg

29.4 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>index_data_user</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="assets/css/Article-Clean.css">
<link rel="stylesheet" href="assets/css/Contact-Form-Clean.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<section class="article-clean">
<div class="container">
<div class="row">
<div class="col">
<section class="contact-clean">
<form method="post">
<h2 class="text-center">Ini niatnya yang menu itu</h2>
<div class="mb-3"><button class="btn btn-primary" type="submit">Menu 1</button><button class="btn btn-primary" type="submit">Menu 1</button><button class="btn btn-primary" type="submit">Menu 1</button></div>
</form>
</section>
</div>
<div class="col-lg-10 col-xl-8 offset-lg-1 offset-xl-2">
<nav class="navbar navbar-light navbar-expand-lg navigation-clean">
<div class="container"><a class="navbar-brand" href="#"><input type="search">&nbsp;Search</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="navbar-brand" href="#">&nbsp;Hello User (?)</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown" href="#">Nama User (Klik buka Profile dan Log out)</a>
<div class="dropdown-menu"><a class="dropdown-item" href="#">First Item</a><a class="dropdown-item" href="#">Second Item</a><a class="dropdown-item" href="#">Third Item</a></div>
</li>
</ul>
</div>
</div>
</nav>
<div class="intro">
<h1 class="text-center">Daftar User</h1>
<div class="col"><button class="btn btn-primary" type="submit">Menu 1</button><button class="btn btn-primary" type="submit">Menu 1</button></div>
<div class="col">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
<tr>
<td>Cell 3</td>
<td>Cell 4</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
\ No newline at end of file
File added
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