diff --git a/style.css b/style.css new file mode 100644 index 0000000..7e6ef23 --- /dev/null +++ b/style.css @@ -0,0 +1,15 @@ +body{ +color:#fff; +background:#3D3D3D +} +.header{ +box-shadow:0px 0px 7px black; +width:100%; +position:absolute; +top:0; +left:0; +text-align:left; +background:linear-gradient(to right,#FFCC00 0%,#FF2AD4 100%); +color:white; +font-size:1em +} \ No newline at end of file