Closed ABertashDev closed 1 year ago
Connect styles by adding the next line inside the <head></head> section.
<head></head>
<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" />
Connect styles by adding the next line inside the
<head></head>
section.Also add this meta tag inside the
<head></head>
section for responsive design.