css ref
This commit is contained in:
parent
192605eaf1
commit
d92ce6372d
@ -15,6 +15,6 @@ body {
|
||||
{
|
||||
border: 7px solid white;
|
||||
box-shadow: 0px 0px 3px black;
|
||||
height : 250px;
|
||||
width : 250px;
|
||||
max-height : 250px;
|
||||
max-width : 250px;
|
||||
}
|
@ -6,3 +6,12 @@ body
|
||||
background-position:100% 100%;
|
||||
background-size:cover;
|
||||
}
|
||||
|
||||
.col-md-3
|
||||
{
|
||||
padding: 1%;
|
||||
background: white;
|
||||
border-radius: 5px;
|
||||
border: 1px solid grey;
|
||||
box-shadow: 1px 1px 2px dimgrey;
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
<link href="css/admin.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<div class="col-sm-12">
|
||||
@if (session('message_add'))
|
||||
<div class="alert alert-success col-sm-4">
|
||||
|
@ -32,10 +32,8 @@
|
||||
</form>
|
||||
@endforeach
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-9">
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user