Jak połączyć CSS z HTML
<link rel="stylesheet" href="PathToYourFile.css">
Thankful Toucan
<link rel="stylesheet" href="PathToYourFile.css">
<p style="color: blue; font-size: 46px;">
h1 {
color:red;
font-size:18px;
}
This is modding the color and font size of the heading 1.