HTML CSS Örnek Harici CSS Dosyası

Konuya git Çalıştır
body {
    background-color: #808080;
}
h1 {
    color: #0000ff;
}
p {
    color: #ff0000;
}