diff --git a/lyricsnode/views/index.html b/lyricsnode/views/index.html index 8120b2a..e3a767b 100644 --- a/lyricsnode/views/index.html +++ b/lyricsnode/views/index.html @@ -27,11 +27,19 @@ {% endmacro %} {% block content %} +
+
+

Your song

+
+ +
+

Other's picks

+
+
+
- +
@@ -40,6 +48,35 @@
+ +
+
+

Tip

+
+ +
+

Solution

+
+
+ +
+
+ Artist:
+ Song: +
+ +
+ Artist:
+ Song: +
+
+ +
+
+ + +
+
{% endblock %} {% block styles %} @@ -47,5 +84,20 @@ #song textarea { width: 100%; } + +#solution { + color: black; + background: black +} + +#solution:hover { + color: white; + background: black; +} + +.form-close { + margin-top: 15px; + text-align: center; +} -{% endblock %} \ No newline at end of file +{% endblock %}