Skip to content
Snippets Groups Projects
Prediction.css 591 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;
    gap: 10px;
}
.LowerPrediction{
    color: pink;
    justify-content: flex-start;
    outline: solid;
Matthieu BELLUCCI's avatar
Matthieu BELLUCCI committed
}
.Label {
    display:flex;
    flex-direction: column;
    align-items: center;
Matthieu BELLUCCI's avatar
Matthieu BELLUCCI committed
    outline: solid;
    overflow-wrap: break-word;
Matthieu BELLUCCI's avatar
Matthieu BELLUCCI committed
}

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