Hello.
To import a CSS style sheet, there are several ways in which it:
PHP Code:
@ Import url(Style. Css) screen;
But I see almost nobody used it.
I would use it.
But before that, I know if it was a technique obsolete or soon will be?
In terms of utility, is when you have several designs, there are classes that do not change as:
PHP Code:
del / * For content deleted * / { text-decoration: line-through; }
. Center { text-align: center; }
. Red { color: red; }
Thank you.
|