MORE LAYOUTgit add public/mobile public/nojs/ public/shoop.png resources/views/layout1/apply.blade.php resources/views/layout1/nojs.blade.php resources/views/layout1/tos.blade.php resources/views/layout4/ resources/views/layout5!
This commit is contained in:
34
resources/views/layout5/register.blade.php
Normal file
34
resources/views/layout5/register.blade.php
Normal file
@@ -0,0 +1,34 @@
|
||||
@extends('layout')
|
||||
@section('content')
|
||||
<style>
|
||||
html body {
|
||||
animation: anfall 0.2s;
|
||||
-webkit-animation: anfall 0.2s;
|
||||
animation-iteration-count: infinite;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes anfall {
|
||||
0% {background: red;}
|
||||
25% {background: yellow;}
|
||||
50% {background: blue;}
|
||||
75% {background: pink;}
|
||||
100% {background: red;}
|
||||
}
|
||||
|
||||
@-webkit-keyframes anfall {
|
||||
0% {background: black;}
|
||||
25% {background: white;}
|
||||
50% {background: black;}
|
||||
75% {background: white;}
|
||||
100% {background: black;}
|
||||
}
|
||||
|
||||
div.a {
|
||||
width: 50px;
|
||||
height:50px;
|
||||
}
|
||||
@endsection
|
Reference in New Issue
Block a user