12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- body {
- background-color: rgb(206, 255, 202);
- font-size: 16px;
- color: rgb(11, 170, 72);
- font-family: serif;
- }
- .coso {
- width: 200px;
- text-align: left;
- }
- .title {
- color: rgb(109, 226, 109);
- }
- a {
- color: rgb(59, 168, 32);
- text-decoration: none;
- }
- .poem {
- width: 350px;
- }
- footer {
- margin-top: 40px;
- }
- footer a{
- text-decoration: underline;
- }
- li {
- color: rgb(109, 226, 109);
- }
- pre{
- font-family: serif;
- text-align:justify;
- }
- .hid{
- color: rgb(206, 255, 202);
- }
- .center{
- text-align: center;
- }
|