From ff8c550a58233cd0920e8e829471a37b32142caf Mon Sep 17 00:00:00 2001 From: 0xhenrique Date: Sun, 19 Jan 2025 13:30:02 +0000 Subject: delete public directory --- public/style.css~ | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 public/style.css~ (limited to 'public/style.css~') diff --git a/public/style.css~ b/public/style.css~ deleted file mode 100644 index d3b2088..0000000 --- a/public/style.css~ +++ /dev/null @@ -1,45 +0,0 @@ -body { - font-family: sans-serif ; - background: #110000 ; - color: #ccc ; -} - -main { - max-width: 800px ; - margin: auto ; -} - -img { - max-width: 100% ; -} - -header h1 { - text-align: center ; -} - -footer { - text-align: center ; - clear: both ; -} - -/* For TAGLIST.HTML */ -.taglist { - text-align: center ; - clear: both ; -} - -/* For NEXTPREV.HTML */ -#nextprev { - /* The container for both the previous and next articles. */ -} -#prevart { - float: left ; - text-align: left ; -} -#nextart { - float: right ; - text-align: right ; -} -#nextart,#prevart { - max-width: 33% ; -} -- cgit v1.3