style.css 401 B

123456789101112131415161718192021222324252627282930
  1. img{
  2. width: 100%;
  3. height: auto;
  4. }
  5. footer img{
  6. width: 50px;
  7. height: auto;
  8. }
  9. footer li {
  10. list-style-type:none;
  11. }
  12. .sidebar_left {
  13. background-color: pink;
  14. }
  15. .tableau_engagements {
  16. background-color: green;
  17. }
  18. .tableau_engagements div{
  19. background-color: red;
  20. }
  21. /* .tableau_engagements > div{
  22. display: inline-block;
  23. } */
  24. .legendes{
  25. background-color: pink;
  26. position : absolute;
  27. }