diff --git a/.gitignore b/.gitignore index f3d9c7a..ef98138 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .tcreds venv/ +test* diff --git a/static/css/test.css b/static/css/custom.css similarity index 53% rename from static/css/test.css rename to static/css/custom.css index 0dcdfc9..1293f2e 100644 --- a/static/css/test.css +++ b/static/css/custom.css @@ -3,3 +3,10 @@ grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(100px, auto); } +.tbottom { + position:absolute; + left:20px; + bottom:0px; + height:30px; + width:100%; +} diff --git a/templates/index.html b/templates/index.html index 18378ef..7f8b193 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,8 +6,8 @@ - - + + {% endfor %} @@ -32,9 +32,9 @@ - - - + + +