Skip to content
Snippets Groups Projects
Prediction.css 419 B
Newer Older
Matthieu BELLUCCI's avatar
Matthieu BELLUCCI committed
.Prediction {
    display: flex;
    flex-direction: column;
    color: dodgerblue;
    outline: solid;
    align-content: space-between;
}

.UpperPrediction {
    display: flex;
    flex-direction: row;
    color: black;
    outline: solid;
    align-items: center;
    justify-content: space-around;
}

.Label {
    display:flex;
    color: red;
    outline: solid;
}

.Image {
    color: green;
    outline: solid;
}