view index.css @ 2:fef0d4bda16d

will it r remove the fejo committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Tue, 22 Sep 2020 03:29:39 -0400
parents 1865a06329bc
children
line wrap: on
line source

body
{
  background-color: black
}


.strokeme
{
    color: white;
    font-size: 250%;
    text-align: center;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}