User:SOTO/CSS4: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
(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); }")
 
No edit summary
Line 1: Line 1:
<pre>
div#inline-box {
div#inline-box {
     float: left;
     float: left;
Line 13: Line 14:
     color: var(--text-color);
     color: var(--text-color);
}
}
</pre>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.