403Webshell
Server IP : 51.89.169.208  /  Your IP : 18.222.106.93
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/homepage/img/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/homepage/img/homepage.css
/* start: Global */
.section-title {
  font-size: calc(1.25rem + .5vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  /*color: var(--yellow);*/
  margin-bottom: .5rem;
}

.section-description {
  margin-bottom: 3rem;
  text-align: center;
  color: var(--gray-500);
  display: none;
}

/* end: Global */



/* start: Header */
header {
  padding: 3rem 0;
  background: #f4f4f4;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-title {
  font-size: calc(1.5rem + .5vw);
  font-weight: 700;
  color: var(--black);
  text-align: center;
  margin-bottom: 1rem;
}

.header-description {
  color: var(--black);
  text-align: center;
  margin-bottom: 4rem;
}

.header-form {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.header-form>* {
  margin-right: 1rem;
}

.header-form :last-child {
  margin-right: 0;
}

.header-form-group {
  position: relative;
  width: 100%;
  margin-right: 1rem;
}

.header-form-group svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

.header-form-group .form-control {
  padding-left: 3rem;
}

/* end: Header */

/* hero-content*/
.hero-content h2{
  font-size: 1.5rem;
  font-weight: bold;
}
/* start: Features */
.features {
  padding-top: 7rem;
}

.features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

.fetaures-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: .5rem;
  border: 1px solid var(--gray-200);
  margin-bottom: 1rem;
}

.fetaures-item:last-child {
  margin-bottom: 0;
}

.fetaures-item svg {
  width: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
  
}

.features-item-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.features-item-description {
  color: var(--gray-500);
}

.features-image {
  width: 100%;
  border-radius: .5rem;
}

/* end: Features */



/* start: Listing */
.listing-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.listing-item img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  padding: 0 1rem;
}

.listing-item {
  overflow: hidden;
  border-radius: .5rem;
  border: 1px solid var(--gray-200);
}

.listing-item-body {
  padding: 1rem;
  text-align: center;
}

.listing-item-title {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--black);
}

.listing-item-description {
  margin-bottom: 2rem;
  color: var(--gray-500);
}

/* end: Listing */



/* start: Countries */
.countries-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.countries-item {
  padding: 1rem;
  border-radius: .5rem;
  /* border: 1px solid var(--gray-200); */
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  
}

.countries-item:hover {
  background-color: var(--gray);
}

.tabbutton{
  display: flex;
  justify-content: center;
}

.tabbutton:after{
  position: absolute;
  background: var(--gray);
  content: '';
  width:50%;
  height: 2px;
}



.btn-city{
  font-size: 1rem;
  font-weight: bold;
  background: none;
  border:none;
}


/* end: Countries */



/* start: Breakpoints */
@media screen and (max-width: 1199px) {}



@media screen and (max-width: 991px) {

  /* start: Features */
  .features-wrapper {
    grid-template-columns: 1fr;
  }

  /* end: Features */



  .countries-wrapper,
  .listing-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media screen and (max-width: 767px) {

  /* start: Header */
  .header-form {
    flex-direction: column;
  }

  .header-form>* {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .header-form :last-child {
    margin-bottom: 0;
  }

  /* end: Header */
}



@media screen and (max-width: 575px) {
  .countries-wrapper {
    grid-template-columns: 1fr;
  }

  .countries-item {
    order: var(--order);
  }

  .listing-wrapper {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    align-items: flex-start;
  }

  .listing-wrapper::-webkit-scrollbar {
    display: none;
  }

  .listing-item {
    scroll-snap-align: start;
  }
}

/* end: Breakpoints */


/************Icon Responsibe***************/
@media only screen and (max-width:768px){
  .fetaures-item svg {
    width: 2rem !important ;
    min-width: 2rem !important ;
    margin-right: 1rem;
    margin-top: 0rem !important;
}


}





Youez - 2016 - github.com/yon3zu
LinuXploit