Mikuhl / css-layouts

0 stars 0 forks source link

Put CSS inside <style> tag #2

Closed oakmac closed 7 years ago

oakmac commented 7 years ago

Please put CSS inside <style type="text/css"> tags in the .html files in this repo.

oakmac commented 7 years ago

This doesn't seem to be done correctly.

I see that <link rel="stylesheet" type="text/css" href="style.css"> has been added to the .html files, but there is no corresponding style.css file.

The styles that are in the .html files should be either in an external .css file, or inside <style type="text/css"> tag inside the HTML document.

Mikuhl commented 7 years ago

Just updated again. I think I need to clean up directories on my laptop.

oakmac commented 7 years ago

Much better :+1: