expe.css 173 B

12345678910111213141516
  1. body {
  2. background-color: lightgrey;
  3. }
  4. .container{
  5. margin-top: 2%;
  6. text-align: center;
  7. }
  8. #expeImg{
  9. display: none;
  10. }
  11. #expeIndication{
  12. margin-top: 30%;
  13. }