border: 5px solid red;
border: 5px solid;
The border property is a shorthand property for:
If border-color is omitted, the color applied will be the color of the text.
they are equivalent in rendering, pointing to different shortcuts:
|
short for |
|
|
|
ref: stackoverflow
[ xx-small | x-small | small | medium | large | x-large | xx-large ]
es text-decoration-line: overline;
luglio2019 l'ho usata per i vettori, es
span.vt {text-decoration-line: overline;}
https://www.rapidtables.com/web/css/css-color.html
I seguenti cmd sembrano inseribili in ogni tag.
background-color: #FF00FF;