diff --git a/static/style.css b/static/style.css new file mode 100644 --- /dev/null +++ b/static/style.css @@ -0,0 +1,9 @@ +.songs button { + display: inline-block; + width: 300px; +height: 30px; + text-align: left; +} +.songs button:hover { + background: yellow; +} \ No newline at end of file