I can't connect css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I can't connect css

11th Oct 2021, 7:27 AM
Hasib khan
Hasib khan - avatar
4 Answers
+ 2
If You Have Problems Connecting, You Can Directly Use It in Your HTML! Just Use: <style> /* CSS Code */ </style>
11th Oct 2021, 10:20 AM
Sancho Godinho
Sancho Godinho - avatar
+ 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
11th Oct 2021, 8:49 AM
PanicS
PanicS - avatar
0
<link type="style/css" href="style.css"/>
11th Oct 2021, 7:36 AM
zexu knub
zexu knub - avatar
0
tnx I can try it
11th Oct 2021, 7:37 AM
Hasib khan
Hasib khan - avatar