session_normale_cnn / css_file.css
NchourupouoM's picture
Upload 5 files
8dff89c verified
h1 {
color: rgb(233, 157, 157);;
/* background-color: rgb(233, 157, 157); */
border-radius: 7px;
text-align:left;
}
.st-emotion-cache-1104ytp p{
width: 100%;
height: 100%;
background-color: rgb(232, 226, 226);
border-radius: 7px;
padding: 10px;
margin-top: 20px;
}
/* upload files */
.st-emotion-cache-taue2i{
background-color: rgb(233, 157, 157);
color: white;
}
/* upload button */
.st-emotion-cache-zaw6nw{
/* background-color: rgb(233, 157, 157); */
color: rgb(233, 157, 157);
}
/* image de la presentation */
.st-emotion-cache-7czcpc img{
margin-top: 30px;
width: 50%;
height: 50%;
padding: 0px
}
/* menu */
.st-emotion-cache-fsammq p{
/* background-color: rgb(233, 157, 157); */
width: 220px;
text-align: center;
color: rgb(233, 157, 157);
font-size: 1.6em;
border-radius: 7px;
margin-bottom: 5px;
}
/* taleau des probabilites */
.dvn-scroller{
display: flex;
justify-content: center;
align-items: center;
}
/* button prediction et proba */
.st-emotion-cache-4tlk2p p{
/* background-color: rgb(233, 157, 157); */
color: rgb(233, 157, 157);
border-radius: 7px;
width: 100px;
padding-left: 5px;
}
#classification-avec-pytorch{
color: rgb(233, 157, 157);
}