Template:Homepagebanner.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
     height: 100%;
     height: 100%;
     border-radius: 25px;
     border-radius: 25px;
}
img {
  border-radius: 50%;
}
}

Latest revision as of 19:27, 14 February 2025

.p img {

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

}