No edit summary |
No edit summary |
||
23. lerroa: | 23. lerroa: | ||
line-height: 1.375; | line-height: 1.375; | ||
} | |||
.horrinagusira{ | |||
display: block; | |||
} | } |
10:33, 25 urtarrila 2024(e)ko berrikuspena
/** Hemen idatzitako CSS kodeak itxura guztietan izango du eragina */ .flexcontainer{ margin:auto; display:inline-flex; flex-wrap: wrap; max-width:800px; justify-content: center; } .boxdiv{ margin:10px; min-width:200px; border:1px solid #CCC; max-width:300px; padding:10px 10px 10px 10px; box-shadow:0 2px 2px rgba(0,0,0,0.1); border-radius: 5px; text-align:center; } .izenburua{ font-size: 2em; font-family: 'Linux Libertine','Georgia','Times',serif; line-height: 1.375; } .horrinagusira{ display: block; }