Template:Homepagebanner.css: Difference between revisions

Template page
No edit summary
No edit summary
Tag: Reverted
Line 4: Line 4:
     height: 100%;
     height: 100%;
     border-radius: 25px;
     border-radius: 25px;
}
img {
  border-radius: 50%;
}
}

Revision as of 12:30, 11 February 2025

.p img {

   margin: 0;
   width: 100%;
   height: 100%;
   border-radius: 25px;

} img {

 border-radius: 50%;

}