Quizzes & Puzzles0 min ago
How To Submit Css Directory Submission?
4 Answers
hey guys can you tell me hoe to add css directory submission in my website?
Answers
Best Answer
No best answer has yet been selected by jack04321. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Hi Jack,
If you want to add a CSS file that is within a CSS directory, just create a new directory in your project called "styles" and copy your CSS files to that directory.
You then need to link to it in the head of your HTML files. This can be done like so:
You will need the above line of code for every CSS file in your styles directory.
Hope this helps.
If you want to add a CSS file that is within a CSS directory, just create a new directory in your project called "styles" and copy your CSS files to that directory.
You then need to link to it in the head of your HTML files. This can be done like so:
You will need the above line of code for every CSS file in your styles directory.
Hope this helps.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.