| Server IP : 138.197.162.186 / Your IP : 216.73.216.17 Web Server : nginx/1.24.0 System : Linux ubuntu-s-1vcpu-512mb-10gb-tor1 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/yogaensalada-site-backup/assign3/css/ |
Upload File : |
/*
COLOUR PALETTE
FONT FAMILIES
*/
body {
font-family: 'Open Sans', sans-serif;
font-size: 1.6rem;
line-height: 1.5;
}
/* *** Utility Classes *** */
.flexbox-container {
display: flex;
flex-direction: column;
}
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
/* *** Typographical Styles *** */
body section:first-child {
padding: 2rem;
}
h2 {
text-align: center;
font-weight: 700;
font-size: 3rem;
}
.scroll-wrapper {
display: flex;
flex-wrap: nowrap;
margin-bottom: 5rem;
overflow-x: scroll;
}
.card {
border: 1px solid #ddd;
border-radius: 0.2rem;
box-shadow: 3px 3px 3px #eee;
flex: 0 0 24rem;
margin: 2rem 1rem;
}
.card img {
border-radius: 0.2rem 0.2rem 0 0;
}
.card section {
text-align: center;
}
/* This is for webkit browsers only */
.scroll-wrapper::webkit-scrollbar {
background-color: #eee;
width: 0.5rem;
}
.scroll-wrapper::webkit-scrollbar-thumb {
border-radius: 2rem;
background-color: #444;
}
/* As off 2022, this is for Firefox only */
.scroll-wrapper {
scrollbar-color: #444 #eee;
scrollbar-width: thin;
}
.pp p {
width: 800px;
margin: 0 4rem;
}
/* Parallax image */
body {
/* background-image: url(../img/barbers-chair-2387365_1280.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed; */
background: url(../img/barbers-chair-2387365_1280.jpg) center / cover no-repeat fixed;
}