0
How do i make external css
5 Antworten
+ 3
1. put your CSS code in a file with a name ending with the extension '.css';
2. link it to the html file in the <head> tag:
<head>
<link rel='stylesheet' href='path/to/your/css/file'>
</head>
+ 2
thanks very much
+ 1
In general or for the Code Playground?
+ 1
Might be good to review the third slide here:
https://www.sololearn.com/learn/CSS/1079/?ref=app
https://code.sololearn.com/W326FKwAKXtN/?ref=app
0
in general