CSS Class for beginer
How to select a style sheet on html
<link rel="stylesheet" href="css/style.css">
add link to the html head section: like below
<head>
<title> ❤️ Sumaiya's personel site </title>
<link rel="stylesheet" href="css/style.css">
</head>
To chang...
freelancerhasan.hashnode.dev7 min read