69 lines
1.9 KiB
PHP
69 lines
1.9 KiB
PHP
<link href="{{storage('assets/libs/bootstrap-5.2.0/bootstrap.min.css')}}" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
|
<link href="{{storage('assets/libs/animate-4.1.1.min.css')}}" rel="stylesheet"/>
|
|
<style>
|
|
body{
|
|
background-color: #f1f4f7;
|
|
}
|
|
.card{
|
|
background-color: #f0e4f45c;
|
|
}
|
|
h1,h2,h3{
|
|
color: #00296b;
|
|
}
|
|
section{
|
|
padding-top: 45px;
|
|
padding-bottom: 45px;
|
|
margin-bottom: 90px;
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
}
|
|
.bg-ci{
|
|
background-color: #9cbbd961 ;
|
|
}
|
|
.bg-ci-animated{
|
|
background: linear-gradient(318deg, #24052f, #81329d);
|
|
background-size: 400% 400%;
|
|
-webkit-animation: bg-ci-animated 30s ease infinite;
|
|
-moz-animation: bg-ci-animated 30s ease infinite;
|
|
animation: bg-ci-animated 30s ease infinite;
|
|
}
|
|
.border-ci{
|
|
border: 1px solid #255306;
|
|
}
|
|
footer, footer h3{
|
|
color: white;
|
|
}
|
|
footer .bg-ci-animated a{
|
|
text-decoration: none;
|
|
}
|
|
.btn-primary{
|
|
background-color: #bae641;
|
|
border-color: #8db02b;
|
|
color: white;
|
|
}
|
|
.btn-primary:hover{
|
|
background-color: #8db02b;
|
|
}
|
|
nav a, nav a:hover, footer a, footer a:hover {
|
|
color: #2776b7;
|
|
}
|
|
a, a:hover{
|
|
color: #bae641;
|
|
}
|
|
@-webkit-keyframes bg-ci-animated {
|
|
0%{background-position:0% 50%}
|
|
50%{background-position:100% 50%}
|
|
100%{background-position:0% 50%}
|
|
}
|
|
@-moz-keyframes bg-ci-animated {
|
|
0%{background-position:0% 50%}
|
|
50%{background-position:100% 50%}
|
|
100%{background-position:0% 50%}
|
|
}
|
|
@keyframes bg-ci-animated {
|
|
0%{background-position:0% 50%}
|
|
50%{background-position:100% 50%}
|
|
100%{background-position:0% 50%}
|
|
}
|
|
</style>
|