Added fadein animation to text
Added 'fadein' class to app.name and home_message text. This class adds the fade-in animation from 'animate.css' found in /littlelink/css/.
This commit is contained in:
parent
574128a922
commit
4f49204b57
|
@ -72,10 +72,10 @@
|
|||
@endif
|
||||
|
||||
<!-- Your Name -->
|
||||
<h1 class="mt-5"> {{ config('app.name') }} </h1>
|
||||
<h1 class="mt-5 fadein"> {{ config('app.name') }} </h1>
|
||||
|
||||
<!-- Short Bio -->
|
||||
<p class="mt-5">{{ $message->home_message }}</p>
|
||||
<p class="mt-5 fadein">{{ $message->home_message }}</p>
|
||||
|
||||
<?php $initial=1; // <-- Effectively sets the initial loading time of the buttons. This value should be left at 1. ?>
|
||||
<!-- Replace # with your profile URL. Delete whatever you don't need & create your own brand styles in css/brands.css -->
|
||||
|
|
Loading…
Reference in New Issue