diff myw2/static/index.css @ 112:17454b47b15f

add myw2
author paulo
date Sun, 28 Jun 2020 20:53:33 -0700
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/myw2/static/index.css	Sun Jun 28 20:53:33 2020 -0700
     1.3 @@ -0,0 +1,21 @@
     1.4 +body
     1.5 +{
     1.6 +  background-color: #111;
     1.7 +  color: #ccc;
     1.8 +}
     1.9 +
    1.10 +a:link
    1.11 +{
    1.12 +  color: #831;
    1.13 +}
    1.14 +
    1.15 +a:visited
    1.16 +{
    1.17 +  color: gray;
    1.18 +}
    1.19 +
    1.20 +div {
    1.21 +  text-align: center;
    1.22 +  line-height: 2;
    1.23 +  font-size: 500%;
    1.24 +}