User:SOTO/CSS4

From Tardis Wiki, the free Doctor Who reference
< User:SOTO
Revision as of 01:04, 7 November 2024 by SOTO (talk | contribs) (Created page with "div#inline-box { float: left; padding: 10px; text-align: center; border: 1px solid var(--accent-7); width: 250px; margin: 10px 14px 10px 6px; line-height: 1.1em; font-size: .8em; font-weight: 400; font-style: normal; background-color: #081630; color: var(--text-color); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

div#inline-box {

   float: left;
   padding: 10px;
   text-align: center;
   border: 1px solid var(--accent-7);
   width: 250px;
   margin: 10px 14px 10px 6px;
   line-height: 1.1em;
   font-size: .8em;
   font-weight: 400;
   font-style: normal;
   background-color: #081630;
   color: var(--text-color);

}