| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/dumpchup.ca/behaviour-taco-bell/app/view/css/ |
Upload File : |
@charset "UTF-8";
p {
text-align: center;
}
#notes {
/*
height: 30vh;
min-height: 200px;
max-height: 350px;
*/
width: 100%;
height: 0;
padding-bottom: 80%;
position: relative;
margin: 5vh auto;
}
.arrows {
top: 50%;
left: 0;
width: 100%;
position: absolute;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
}
.arrows > div {
max-width: 30px;
max-height: 30px;
}
#nextBtn {
transform: rotate(180deg);
}
.arrows img {
width: 100%;
height: auto;
}
.carousel {
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.note {
color: #FFF;
width: 70%;
height: 90%;
text-align: left;
font-family: 'GT_America_Bold';
box-shadow: 0 0 .5em 0.125em #0000009e;
}
.note p {
width: 90%;
margin: 5%;
text-align: left;
}
.carousel-track {
height: 100%;
display: flex;
transition: transform 0.3s ease;
}
.carousel-item {
min-width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
#page-content > p {
font-size: 5.6vw;
}
.note p {
font-size: 6vw;
}
/*20px*/
#n2 p, #n3 p, #n7 p, #n8 p {
font-size: 5.13vw;
}
/*22px*/
#n1 p, #n11 p {
font-size: 5.76vw;
}
/*23px*/
#n4 p, #n6 p, #n10 p {
font-size: 5.9vw;
}
/*24px*/
#n9 p, #n12 p {
font-size: 6.15vw;
}
/*28px*/
#n5 p {
font-size: 8vw;
}
.button.secondary {
margin: 10vh auto 2vh;
}
@media only screen and (min-width: 500px) {
#page-content {
padding: 16px 25px;
}
#notes {
margin: 40px auto;
}
/*20px*/
#n2 p, #n3 p, #n7 p, #n8 p {
font-size: 25.5px;
}
/*22px*/
#n1 p, #n11 p {
font-size: 29px;
}
/*23px*/
#n4 p, #n6 p, #n10 p {
font-size: 30px;
}
/*24px*/
#n9 p, #n12 p {
font-size: 31px;
}
/*28px*/
#n5 p {
font-size: 40px;
}
#page-content > p {
font-size: 28px;
}
}