You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
383 B

#box1 {
text-align: left;
height: auto;
width: 70%;
border-radius: 1rem;
box-shadow: 0rem 0rem 2rem rgb(248, 0, 0);
/* background-color: hsla(0, 100%, 53%, 0.686); */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 600;
padding: 2em;
margin-top: 5rem;
margin-left: 17.5%;
}
.fz_activ {
background-color: rgb(255, 61, 61);
color: white;
}

Powered by TurnKey Linux.