+ 1
I can't connect css
4 ответов
+ 2
If You Have Problems Connecting, You Can Directly Use It in Your HTML!
Just Use:
<style>
/* CSS Code */
</style>
+ 1
Where style.css is name you give to your css, If this file is not in same folder, like you set it inside folder with name css than path is css/style.css (folderName/nameOfFile.css)
More info https://www.codecademy.com/forum_questions/553bcfc6d3292f7e1b000760
0
<link type="style/css" href="style.css"/>
0
tnx I can try it