diff --git a/header.css b/header.css new file mode 100644 index 0000000..0521c86 --- /dev/null +++ b/header.css @@ -0,0 +1,3 @@ +.genre_music{ + color: orange; +} \ No newline at end of file diff --git a/header.html b/header.html new file mode 100644 index 0000000..b58c148 --- /dev/null +++ b/header.html @@ -0,0 +1,16 @@ + + + + + + header + + +
+ Jazz + POP + BLUES + ROCK +
+ + \ No newline at end of file