Browse Source

03 fix

master
Jakub Škrabánek 8 months ago
parent
commit
9dd577a891
  1. 4
      03/style.css

4
03/style.css

@ -61,10 +61,12 @@ body {
background-color: white;
}
.footer {
background-color: #ddd;
background-image: radial-gradient(circle, #000,#6f6f6f);
text-align: center;
padding: 20px;
margin-top: 20px;
color: white;
border-radius: 20px;
}
/* animace @keyframe uděla animaci a poté v třídě musíme nastavit spouštěče */
@keyframes example {

Loading…
Cancel
Save