twitst4tz

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ab4bcabbf9aae8c27f00fcd0144060272152910e
parent b5c0d463c3cdda9b154db19325aad9c57a8e5be4
Author: underd0g1 <hide4@comcast.net>
Date:   Mon, 23 Mar 2020 00:15:52 -0400

added ejs templating engine

Diffstat:
Dstylesheet.css | 50--------------------------------------------------
1 file changed, 0 insertions(+), 50 deletions(-)

diff --git a/stylesheet.css b/stylesheet.css @@ -1,50 +0,0 @@ - -body { - font: 20px Montserrat, sans-serif; - line-height: 1.8; - color: #f5f6f7; -} -p {font-size: 16px;} -.margin {margin-bottom: 45px;} -.bg-1 { - background-color: #1abc9c; /* Green */ - color: #ffffff; -} -.bg-2 { - background-color: #474e5d; /* Dark Blue */ - color: #ffffff; -} -.bg-3 { - background-color: #ffffff; /* White */ - color: #555555; -} -.bg-4 { - background-color: #ffb6c1; /* Black Gray */ - color: #222; -} -.container-fluid { - padding-top: 70px; - padding-bottom: 70px; -} -.navbar { - padding-top: 15px; - padding-bottom: 15px; - border: 0; - border-radius: 0; - margin-bottom: 0; - font-size: 12px; - letter-spacing: 5px; -} -.navbar-nav li a:hover { - color: #1abc9c !important; -} -.glyphicon.glyphicon-barcode{ - font-size: 20px; - color: black; -} -#usernametxt{ - color: #222; -} -button{ - color:#222; -}