Template:NBox/styles.css

From Bulbagarden Archives
< Template:NBox
Revision as of 18:32, 5 January 2025 by Rustle (talk | contribs) (Created page with ".nbox { box-sizing: border-box; margin: 0.5em auto 1em auto; padding: 0.5em 1em; display: grid; grid-template-columns: 60px 1fr; align-content: center; border-radius: 10px; margin-bottom: 3px; } .nboximage { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 60px; } .nboxtitle { margin-left: 0.5em; padding-bottom: 5px; } .nboxtext { margin-left: 0.5em; } @media (max-width:600px) { .nbox { margin: auto; } } @...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.nbox {
box-sizing: border-box;
margin: 0.5em auto 1em auto;
padding: 0.5em 1em;
display: grid;
grid-template-columns: 60px 1fr;
align-content: center;
border-radius: 10px;
margin-bottom: 3px;
}

.nboximage {
width: 60px; 
height: 60px;
display: flex; 
justify-content: center; 
align-items: center; 
border-radius: 60px;
}

.nboxtitle {
margin-left: 0.5em;  
padding-bottom: 5px;
}

.nboxtext {
margin-left: 0.5em; 
}

@media (max-width:600px) {
.nbox {
margin: auto;
}
}

@media (min-width:601px) {
.nbox {
width: 80%;
}
}

@media (min-width:2000px) {
.nbox {
width: 60%;
}
}