From f91a40bbbb4ef8a8f461b842bcdc907bc3875b0f Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Thu, 25 Jan 2018 16:57:36 -0500 Subject: [PATCH] Update v.3.css --- v.3.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/v.3.css b/v.3.css index 1ff8ea1..4f2aa25 100644 --- a/v.3.css +++ b/v.3.css @@ -78,6 +78,9 @@ outset {border-style: outset;} none {border-style: none;} hidden {border-style: hidden;} + +/* This is CLASS attributes section, you can use these to style a section */ + /* Text Coloring DONE */ .red {color: red;} .blue {color: blue;} @@ -98,17 +101,6 @@ hidden {border-style: hidden;} .bkblack {background-color: black;} .bkwhite {background-color: white;} -/* Text Decoration DONE */ -.bold {font-weight: bold} -.italic {font-style: italic} -.underline {text-decoration: underline;} -.overline {text-decoration: overline;} -.strikethrough {text-decoration: line-through;} -.none {text-decoration: none;} -.uppercase {text-transform: uppercase;} -.lowercase {text-transform: lowercase;} -.titlecase {text-transform: capitalize;} - /* Fonts DONE */ .times {font-family: "Times New Roman";} .arial {font-family: "Arial";} @@ -129,11 +121,7 @@ hidden {border-style: hidden;} .left {float: left;} .right {float: right;} -/* The following were shamelessly ripped from UniChat. */ -/* Text Style */ -.bold {font-weight: bold;} -.italic {font-style: italic;} - +/* The following was shamelessly ripped from UniChat. */ /* Animation */ @keyframes _rgb {