Prześlij pliki do 'trening-planer/static/css_moje'

This commit is contained in:
Karolina Słonka 2019-02-21 16:23:33 +00:00
parent c685b5a189
commit 7d729808cc

View File

@ -2,9 +2,36 @@
width: 50px; important!
}
a:link {
color: yellow; important!
color: black; important!
text-decoration: none; important!
}
a:hover {
text-decoration: none; important!
}
.cwiczenie-nazwa{
font-size: 2em;
}
.start{
color: #000;
font-size: 16px;
margin-bottom: 40px;
}
.startprzycisk{
margin-top: 5%;
color: #000;
font-size: 25px;
}
section.image {
height: 800px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.lista-menu{
background-color: #ddd;
color: #fff;
}