mon-entreprise/source/components/CDD.css

43 lines
489 B
CSS

#sim {
padding: 2em;
}
#sim section {
padding: 2em;
}
#conversation {
margin: 3em auto;
font-size: 120%;
line-height: normal;
display: flex;
justify-content: space-around;
min-height: 10em;
margin: 3em 0;
max-width: 80%;
}
#questions-answers {
min-width: 50%;
}
#help {
background: green;
min-width: 30%;
}
#results {
width: 90%;
background: purple;
}
#results ul {
list-style: none;
}
#results li {
display: inline-block;
border: 1px solid;
padding: .6em 2em;
}