diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 00000000..7bb26357 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,4 @@ +.user-list { + display: flex; + flex-wrap: wrap; +} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 981a70f6..4e639edb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,6 +9,7 @@ + @@ -28,7 +29,7 @@
Galera do Curso de Git
-
+
{% for user in users %}
{% include 'users/'+user %}