diff --git a/Exercice 3/ex3.html b/Exercice 3/ex3.html index c16a2eb..8f0b595 100644 --- a/Exercice 3/ex3.html +++ b/Exercice 3/ex3.html @@ -18,6 +18,12 @@ .popular-song-name-link { text-decoration: none; } + .popular-song-name { + font-size: 1.3em; + } + .popular-singer-name { + font-size: 1em; + } .popular-song-name-link:hover { text-decoration: underline; }