CSS Styly – přetáhni na prvek
(Vrácení stylů zpět)
background-color: lightblue;
padding: 50px;
border: 2px solid red;
margin: 50px auto;
text-align: center;
border: 4px dashed gray;
width: 200px;
background-image: url('hrad.jpg');
background-repeat: no-repeat;
background-size: cover;
border-radius:20px;
background-color:rgba(147, 21, 255, 0.8);
background-color:rgba(0, 0, 0, 0.5);
background-color:rgba(255, 255, 255, 0.2);