body { animation: otvaranjeStraniceCjenikUsluga 3s; } @keyframes otvaranjeStraniceCjenikUsluga { from{transform: translateX(-2000px);} to{} } #okvirPodnaslovaWeb { display: flex; flex-direction: column; align-items: flex-start; justify-content: left; font-family: Enriqueta-Regular; margin-top: 50px; } hr { width: 350px; border: 2px solid #2ca4bc; border-radius: 50px; margin-top: -40px; } h2 { font-size: 50px; } .paragrafCjenikUsluga { font-family: Enriqueta-Regular; font-size: 20px; } /* POČETAK KALKULATORA */ a { color: rgba(13, 7, 111, 0.888); } .listaDesktop { font-family: Enriqueta-Regular; list-style-type: square; font-size: 20px; } .listaDesktop::marker{ color: rgba(13, 7, 111, 0.888); font-size: 25px; } #izracunKalkulacija { font-family: Enriqueta-Regular; } .napomena { text-align: center; font-size: 18px; color: rgb(129, 27, 27); margin-top: 100px; } #forma { margin: 100px auto 0px auto; width: 800px; text-align: center; border: 2px solid rgba(0, 0, 0, 0.202); border-radius: 25px; } label { color: #242424d4; font-size: 24px; } .selekcija { margin-top: 15px; color: #242424d4; font-size: 20px; width: 450px; height: 35px; text-align: center; border-radius: 10px; } .opcija { color: rgb(201, 84, 84); } .okvirGumba { text-align: center; margin-bottom: 30px; } .okvirIzracuna { display: flex; justify-content: space-evenly; align-items: center; margin-bottom: 50px; } /* #gumb, #gumbReset { width: 100px; height: 30px; } */ #rezultatEur, #rezultatKn, #rezultatEurMob, #rezultatKnMob { background-color: aliceblue; width: 120px; height: 25px; text-align: center; padding: 8px; } /* NOVO */ #gumb, #gumbReset,#rezultatEur, #rezultatKn { width: 150px; height: 50px; font-size: 20px; border-radius: 15px; border: none; font-family: Enriqueta-Regular; } #gumbReset { margin-left: 50px; } #gumb:hover{ cursor: pointer; } #gumbReset:hover { cursor: pointer; } #rezultatEur, #rezultatKn { width: 250px; height: 30px; color: black; padding-top: 15px; border-radius: 15px; font-family: Verdana, Geneva, Tahoma, sans-serif; } #rezultatKn { display: none; margin-left: 35px; } /* TABLICA */ .okvirTablice { display: flex; flex-direction: column; align-items: center; justify-content: center; } .tablicaCjenikDesktop { padding: 25px; width: 800px; font-family: Enriqueta-Regular; font-size: 20px; text-align: center; border: 2px solid rgba(0, 0, 0, 0.202); border-radius: 25px; } .podnaslovCjelineTablice { color: rgba(10, 10, 10, 0.661); margin: 50px 0px; font-family: Enriqueta-Regular; font-size: 24px; font-style: italic; letter-spacing: 2px; } tr { height: 5px; } tr:nth-child(even){ background-color:rgba(47, 45, 45, 0.183); border-bottom: 30px solid transparent; border-top: 30px solid transparent; } .cjenikCijena { font-weight: 600; width: 400px; text-align: center; line-height: 55px; font-family: Verdana, Geneva, Tahoma, sans-serif; }