Entrance Announcement
MICTE 2080
2080 Magh 07
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.myCustomBox { | .myCustomBox { | ||
background-color: # | background-color: #e6f7ff; | ||
border: | border: 2px solid #3399ff; | ||
padding: 10px; | padding: 12px; | ||
margin: 10px 0; | |||
border-radius: 5px; | |||
} | } | ||
Latest revision as of 08:50, 4 July 2025
/* CSS placed here will be applied to all skins */
.myCustomBox {
background-color: #e6f7ff;
border: 2px solid #3399ff;
padding: 12px;
margin: 10px 0;
border-radius: 5px;
}