PushingScores/static/css/main.css

28 lines
219 B
CSS
Raw Normal View History

2019-04-04 12:48:53 +02:00
body{
2019-04-15 16:22:07 +02:00
background: #ffffff;
2019-04-04 12:48:53 +02:00
color:blue;
2019-04-15 16:22:07 +02:00
}
a{
color:red;
text-decoration: none;
}
2019-04-15 16:22:07 +02:00
ul{
list-style: none;
}
li a{
text-decoration: none;
color: #0000FF
}
li a:hover{
color: orange;
2019-04-04 15:43:39 +02:00
}
img{
max-width: 500px;
2019-04-04 16:28:44 +02:00
}