From 95eaae7ef632c82fcdf4c5a6095a382e7cc9bf10 Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 21 Mar 2019 01:12:46 +0100 Subject: [PATCH] daje --- index.html | 5 +++++ static/css/bootstrap-grid.css | 3 ++- static/css/bootstrap.css | 3 ++- static/css/style.css | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0a5b592..7074a6d 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,11 @@

Sono uno spazio digitale liberato. Mi potete trovare a Torino e dintorni. Non mi interessa sapere chi sei o dove vai.

--> +

Cos'e' Cisti ? diff --git a/static/css/bootstrap-grid.css b/static/css/bootstrap-grid.css index 68b84f8..275edb6 100644 --- a/static/css/bootstrap-grid.css +++ b/static/css/bootstrap-grid.css @@ -62,6 +62,7 @@ html { flex-wrap: wrap; margin-right: -15px; margin-left: -15px; + justify-content: center; } .no-gutters { @@ -3716,4 +3717,4 @@ html { margin-left: auto !important; } } -/*# sourceMappingURL=bootstrap-grid.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap-grid.css.map */ diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css index 8f47589..7b351d7 100644 --- a/static/css/bootstrap.css +++ b/static/css/bootstrap.css @@ -592,6 +592,7 @@ pre code { flex-wrap: wrap; margin-right: -15px; margin-left: -15px; + justify-content: center; } .no-gutters { @@ -10035,4 +10036,4 @@ a.text-dark:hover, a.text-dark:focus { border-color: #dee2e6; } } -/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/static/css/style.css b/static/css/style.css index da9755c..909dd85 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,13 @@ body{ color:#333; background:#000 } + +li { + color: white; + list-style: none; + font-size: 22px; +} + #page{ position:relative; overflow-x:hidden;