From fa0493ae05d428b898205a2adf6c10bef23f7803 Mon Sep 17 00:00:00 2001 From: esquizo Date: Fri, 13 Mar 2026 00:02:24 -0300 Subject: primeiro commit --- static/esquizo.png | Bin 0 -> 234054 bytes static/style.css | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 static/esquizo.png create mode 100644 static/style.css (limited to 'static') diff --git a/static/esquizo.png b/static/esquizo.png new file mode 100644 index 0000000..dd9a6af Binary files /dev/null and b/static/esquizo.png differ diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..bd2575b --- /dev/null +++ b/static/style.css @@ -0,0 +1,26 @@ +body { + color: white; + background-color: black; + + min-width: 800px; + width: 70%; + margin: auto; +} + +.title { + display: flex; +} + +.title h1 { + display: inline; + margin: 1px; +} + +.title h2 { + margin: 1px; +} + +.esquizo { + width: 100px; + display: inline; +} -- cgit v1.2.3