| 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 : |
:root {
--ft-header: "Inria Serif", sans-serif;
--ft-body: "Inter", sans-serif;
--colr-white: #fff;
--colr-red: #C82F31;
--colr-black: #111111;
--colr-offblack: #212121;
--font-size16: 1.6rem;
--box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.15);
}
/*
@font-face {
font-family: 'chronicle_displayroman';
src: url(../fonts/chronicle_display_black-webfont.woff) format('woff'),
url(../fonts/chronicle_display_light_italic-webfont.woff) format('woff'),
url(../fonts/chronicle_display_roman-webfont.woff) format('woff'),
url(../fonts/chronicle_display_semibold-webfont.woff) format('woff')
}
*/
body {
font-family: var(--ft-header);
font-family: var(--ft-body);
font-size: var(--font-size16);
line-height: 1.5;
}
/*
header section.bg-black{
background-color: var(--colr-black);
height: 100px;
}
div.topnav{
align-content: center;
}
div.topnav ul li{
display: inline;
font-size: 1rem;
text-transform: uppercase;
justify-content: space-around;
align-content: center;
padding: 0 .3rem;
}
/*toggle button*/
/*
.toggle-btn {
border: none;
cursor: pointer;
font-size: 0.85rem;
outline: none;
text-align: center;
transition: all 0.65s ease;
background-color: var(--colr-white);
}
.toggle-btn svg {
display: block;
width: 2rem;
}
.toggle-btn svg path {
stroke: var(--colr-black);
}
.toggle-btn:hover,
.toggle-btn rect:hover {
fill: var(--colr-black);
}
.toggle-btn rect {
fill: var(--colr-black);
}
/*end toggle button*/
/**Typography**/
/*
.bd-white{
font-weight: 700;
font-family: var(--ft-body);
color:var(--colr-white)
}
.thin-italics{
font-weight: 200;
font-family: var(--ft-body);
font-style: italic;
color:var(--colr-white)
}
.normal{
font-family: var(--ft-body);
color:var(--colr-white)
}
section h1 a{
font-family: var(--ft-header);
font-size: 5rem;
font-weight: bold;
color: var(--colr-black);
text-transform: uppercase;
text-decoration: none;
}
a:link{
text-decoration: none;
color: var(--colr-black);
}
.flex-logo-container{
display: flex;
flex-direction: row;
justify-content:space-between;
padding-left: 1rem;
align-content: center;
}
nav ul.primenav li {
display: none;
} */
/***great-fashion*/
h2{
font-size: 2rem;
text-align: center;
padding: 0 7rem;
}
.flex-great-fashion-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
div.flex.great-fashion-container div.card-container div picture img{
width: 500px;
height: 366px;
padding: 0;
}
picture{
padding: 0;
margin: 0;
}
/**end great-fashion**/
@media screen and (min-width: 800px) {
/*.toggle-btn {
display: none;
}
nav{
padding: 0 1rem;
}
nav ul.primenav li {
display: inline-block;
align-items: center;
padding: 0 .6rem;
}
.flex-logo-container{
align-items: center;
}
section h1 a{
padding: 0 3rem;
}*/
/*** great-fashion*/
h2{
font-size: 2rem;
text-align:start;
padding: 0;
}
.flex-great-fashion-container{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
div.flex-great-fashion-container div img{
width: 100%;
margin: 0;
padding: 0;
}
/**end great-fashion**/
}