Template:Homepagebanner/styles.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
}
    border-radius: 25px;
 
     border-color: #a900008a;
.mw-parser-output img{
     border-width: medium;
    margin: 0;
     width: 100%;
    height: 100%;
}
 
.banner img {
    margin: 0;
     width: 100%;
    height: 100%;
}
}

Latest revision as of 10:23, 2 June 2025

p img {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border-color: #a900008a;
    border-width: medium;
}