Skip to content

I need help linking my CSS file to my html #121132

Discussion options

You must be logged in to vote

You can link the file using a relative link. Here is the code:

<link rel="stylesheet" type="text/css" href="./style.css" />

This does not link to your Style.css repo but to the css file in the Prueba-1stDelivery repo, I hope this helps you.

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@trinipose
Comment options

Comment options

You must be logged in to vote
1 reply
@trinipose
Comment options

Comment options

You must be logged in to vote
1 reply
@trinipose
Comment options

Comment options

You must be logged in to vote
4 replies
@trinipose
Comment options

@ebndev
Comment options

@trinipose
Comment options

@ebndev
Comment options

Answer selected by trinipose
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants