0
How to use absolute declaration for external css?
what is the keyword?
2 Antworten
+ 2
yo can do this to add an external css
<link href='path/to/file.css' rel='stylesheet'>
Note :
change path/to/file.css with url of your css code.
and place that code inside head element.
0
thanks