Untitled

 avatar
unknown
plain_text
22 days ago
977 B
2
Indexable
.foot {

    background: url("../images/background.svg") no-repeat center center/cover;
    color: white;
  }
  
  .foot h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .foot ul {
    padding: 0;
    list-style: none;
    position: relative;
    top: 5vh;
  }
  
  .foot ul li {
    margin: 0 10px;
  
  }
  
  .foot a {
    color: white;
    text-decoration: none;
  
  }
  
  .foot img {
    max-width: 100%;
    height: auto;
  }
  
  .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .img-fluid {
    position: relative;
    margin-left: 10vw;
  }
  
  .mys {
    position: relative;
    margin-left: 10vw;
    font-family:josfin sans ;
  
  }
  
  .QL {
    margin-left: 200px;
    width: max-content;
  
  }
  
  .border-top {
    position: relative;
    top: 40px;
  }
  
  .list-unstyled li {
    font-size: large;
    width: max-content;
    padding: 6px;
  
  }
Leave a Comment