Hey guys, my CSS classes for the title and paragraph of my main element are not showing up on Codepen. Can someone tell me what I am doing wrong?
Hi Mc92
this does not correspond to css only for html, remove it from css and you will have your styles.
DOCTYPE
link
style
Hi Daniel,
thanks for the response. I tried removing doctype link and style from css and nothing changed. If I copy and paste my css to the html, then what is supposed to show up ends up being displayed. I can show an example in the link below. I just don’t understand why it doesn’t show up when in the css section.
put the styles in the css not in the html.
when you delete the tag save the file to save the changes.
1 Like
Did what you said, but then the CSS doesn’t change the title or p font after cut from the html section.