ABertashDev / homepage

My very own personal website. Basically this is just a résumé.
https://abertashdev.github.io/homepage/
MIT License
0 stars 0 forks source link

Connect styles and add meta tag inside the "head" section #10

Closed ABertashDev closed 1 year ago

ABertashDev commented 1 year ago

Connect styles by adding the next line inside the <head></head> section.

 <link rel="stylesheet" href="styles.css">

Also add this meta tag inside the <head></head> section for responsive design.

<meta name="viewport" content="width=device-width, initial-scale=1" />
ABertashDev commented 1 year ago

Image