Estilos para IMC-dinámico

PHOTO EMBED

Sat Jun 03 2023 13:13:29 GMT+0000 (Coordinated Universal Time)

Saved by @marcton #html #javascript #css

*,
body {
    box-sizing: border-box;
}

body {
    width: 96%;
    margin: auto;
    margin-top: 5%;
    text-align: center;
}

fieldset {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 5vw;
    height: 6vw;
    display: flex;
    flex-direction: column;
    justify-content:center;
    
}


#formContent {
    width: 25%;
    background-color: lightslategray;
}

::placeholder {
    text-align: center;
}

content_copyCOPY

Código css que trabaja con el documento para el cálculo del índice de masa corporal