qtAnswering / static /app.css
ikram
add resources
971445c
raw
history blame
788 Bytes
html ,body{
height: 100%;
width: 100%;
box-sizing: border-box;
background-color: white;
}
body{
gap: 20px;
}
header{
width: 100%;
height: 10%;
display: flex;
justify-content: flex-start;
gap : 20px ;
align-items: center;
}
header img {
height: 15vh;
width: 5vw;
object-fit:cover;
}
header span{
font-size: 30px;
}
em{
color:rgb(42, 42, 248);
}
.convo{
height: 75%;
width: 100%;
}
.qt{
height: 10%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
gap: 2%;
}
.qt{
width: 100%;
height: 100%;
border: none;
background-color: rgb(103, 103, 246);
display: flex;
}
.qt i{
cursor: pointer;
}
.qtdoc{
}