Template:Homepagenavbanner/styles.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
     margin: 0;
     margin: 0;
     width: 100%;
     width: 100%;
     height: 100px;
     height: 100%;
border-radius: 25px
    border-radius: 25px;
    border-style: solid;
    border-color: #a900008a;
    border-width: medium;
}
}

Latest revision as of 10:39, 2 June 2025

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