diff --git a/internet-radio.html b/internet-radio.html index 8a86c0c..39c79b2 100644 --- a/internet-radio.html +++ b/internet-radio.html @@ -15,7 +15,7 @@
A different way to listen to music have been forgotten: music radio. - Although some of us may might have listen to the radio in the car, in - the digital world, it is easy to get accustomed to listening songs in - demand and making your own music playlists in music platforms like - Spotify and Youtube. There is nothing wrong with that. I have been doing - that for years and still do. However, for the past couple of months, I - have been trying out internet radio too. Despite its limitations, - internet radio provide a viable alternative music listening experience - to modern streaming services.
++ A different way of listening to music has been forgotten: music radio. Some of us may have listened to radio in the + car, but modern streaming services like Spotify and YouTube have been growing more popular. + There is nothing wrong with music on demand. It allows you to listen to your own playlists with your own songs. I + have been using it for years, and I still use it today. However, I have been trying out internet radio for the past + couple of months. Despite its limitations, internet radio provide a viable alternative to modern streaming services. +
Internet radios give a predetermined program of music to listen to. Although being unable to choose your songs may seem like a flaw at @@ -156,6 +154,8 @@
This work by thairanaru is licensed under Creative Commons diff --git a/style.css b/style.css index cd0391b..877b1ae 100644 --- a/style.css +++ b/style.css @@ -325,6 +325,7 @@ body { } h1 { + /* background-color: var(--bg2); */ text-align: center; margin-top: 0; color: var(--text) @@ -494,4 +495,4 @@ select { * { /* color: red */ -} \ No newline at end of file +}