style.css 443 B

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