Commit 0f9c5667 by Palti Sinaga

abc

parent ddb36bf1
......@@ -1402,7 +1402,7 @@ figure.effect-zoe:hover ul.social-icons a:first-child {
/*-- Cuisines --*/
.cuisines {
padding: 90px 0;
padding: 40px 0;
}
/*--w3layouts--*/
......@@ -2283,9 +2283,12 @@ li.li2 {
a.popup-with-zoom-anim {
padding: 10px 40px;
background-color: #FFF;
background-color: #77cdfe;
color: #000;
font-weight: 700;
margin-top:100px;
}
a.popup-with-zoom-anim:hover {
......
@extends('adminlte::layouts.master')
@section('main-content')
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 80px; ">
<div class="container">
<div class="register agileits w3layouts wow agileits w3layouts slideInLeft">
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 80px; ">
<div class="container">
<div class="register agileits w3layouts wow agileits w3layouts slideInLeft">
<form class="form-horizontal">
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Nama</label>
......@@ -29,29 +29,21 @@
<input type="password" class="form-control" id="inputPassword3" placeholder="Pekerjaan">
</div>
</div>
<!-- <div class="form-group">
<label for="inputPassword3" class="col-sm-2 control-label">Password</label>
<div class="form-group">
<label class="col-sm-2 control-label"> Foto </label>
<div class="col-sm-10">
<input type="password" class="form-control" id="inputPassword3" placeholder="Password">
</div>
</div> -->
<!-- <div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
</label>
</div>
<input class="btn btn-success" value="Browse">
</div>
</div> -->
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Save</button>
</div>
<div class="form-group" align="right">
<div class="col-sm-12">
<input type="submit" class="btn btn-primary"></input>
</div>
</div>
</form>
</div>
</div>
</form>
</div>
</div>
</div>
@endsection
\ No newline at end of file
Markdown is supported
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