Untitled

 avatar
unknown
plain_text
a month ago
1.1 kB
6
Indexable
.copyright {
   display: flex;
   justify-content: center;
   align-items: center;

}

.foot {
   background: url("background.svg");
   color: white;
   background-repeat: no-repeat;
   height: 65vh;
}

.nav-link {
   /* margin-top: 3vw; */
   color: white !important;
   margin-left: 30vw;
   width: max-content;
   gap: 15px;
}

.mys {
   position: absolute;
   right: 4%;
}

.wid {
   width: 45vw;
   height: 40vh;
   position: absolute;
   margin-top: 3rem;
   /* right: 0%; */
   margin-left: 20vw;
}

.cen {
   margin-left: 30vw;
   width: 3rem;
}
/*.links{
   position:absolute;
   left: 50%;
   top: 10%;
   margin-left: 20vw;
   margin-top: 2rem;
}*/

.links h5 {
   
    
   width: max-content;
   font-weight: 1000;
   /* font-family: ; */
}


.py-4 {
   margin-top: 4rem;
   margin-left: 12%;
   margin-right: 12%;
}

.border-top {
   position: relative;
   top: 20vh;
}
.twit{
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
justify-items: center;
}
.h5{
   position: relative;
   left:2% ;
}
Editor is loading...
Leave a Comment