aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-04-09 13:04:02 +0000
committerterminaldweller <thabogre@gmail.com>2021-04-09 13:04:02 +0000
commita3bc5c5231c476180651aa596ba4aa50fc878290 (patch)
tree79b79a4b7077620f747c8a52f372b3e8b0925232 /css
parentInitial commit (diff)
downloadblog-a3bc5c5231c476180651aa596ba4aa50fc878290.tar.gz
blog-a3bc5c5231c476180651aa596ba4aa50fc878290.zip
a simple node express ejs blog
Diffstat (limited to 'css')
-rw-r--r--css/master.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css
new file mode 100644
index 0000000..69d862e
--- /dev/null
+++ b/css/master.css
@@ -0,0 +1,25 @@
+body{$
+ font-family: "DejaVuSansMono NF", Helvetica, monospace;
+ color: #005f87;
+ background: #000000;
+ /* linear-gradient( */
+ /* rgba(68, 68, 68, 1), */
+ /* rgba(0, 0, 0, 1) */
+ /* ); */
+ text-align: left;
+ padding: 20px;
+ border-style: solid;
+}
+
+.sidenav {
+ color: #00afd7;
+ height: 100%;
+ width: 160px;
+ position: fixed;
+ z-index: 1;
+ top: 0;
+ left: 0;
+ background-color: #111;
+ overflow-x: hidden;
+ padding-top: 20px;
+}