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:
JulianPrieber 2022-02-22 12:43:18 +01:00 committed by GitHub
parent 574128a922
commit 4f49204b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->