Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Homepagebanner.css: Difference between revisions

Template page
More languages
(Created page with "p img { margin: 0; width: 100%; height: 100%; }")
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
p img {
.p img {
     margin: 0;
     margin: 0;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
    border-radius: 25px;
}
}

Latest revision as of 19:27, 14 February 2025

.p img {

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

}