view myw2/static/index.css @ 122:923d3ba3fb1a

myrss2: update FEEDS; add flask_run_dev.sh
author paulo
date Wed, 24 Mar 2021 23:55:42 -0700
parents
children
line source
1 body
2 {
3 background-color: #111;
4 color: #ccc;
5 }
7 a:link
8 {
9 color: #831;
10 }
12 a:visited
13 {
14 color: gray;
15 }
17 div {
18 text-align: center;
19 line-height: 2;
20 font-size: 500%;
21 }