view index.css @ 3:f13aa00c92f0

Update index.html
author Paper <mrpapersonic@420blaze.it>
date Fri, 04 Dec 2020 19:07:30 -0500
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;
}