How to use absolute declaration for external css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use absolute declaration for external css?

what is the keyword?

4th Aug 2017, 2:46 AM
Shashank Gupta
Shashank Gupta - avatar
2 Answers
+ 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.
4th Aug 2017, 3:57 AM
Muhammad Bagus Zulmi
Muhammad Bagus Zulmi - avatar
0
thanks
7th Aug 2017, 12:58 AM
Shashank Gupta
Shashank Gupta - avatar