Prześlij pliki do 'trening-planer/static/css_moje'
This commit is contained in:
parent
c685b5a189
commit
7d729808cc
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user