-1

I have placed the css links into a separate page and include the page into the html file, in running time the html shows without the css design for 1 second then the page load correctly.

I am using Atom application and Laravel framework. I have reformat the css by removing the unnecessary lines and merge the codes in one line.

plaintext of html file

Fatimah Mohmmed
  • 147
  • 2
  • 18
  • Possible duplicate of [Force browsers to load CSS before showing the page](https://stackoverflow.com/questions/4172281/force-browsers-to-load-css-before-showing-the-page) – rb612 Apr 28 '19 at 10:33

1 Answers1

0

In order to load the css styling before the html, you have got to include the css file in the header of the html.