links.css 356 B

1234567891011121314151617181920212223242526272829
  1. body {
  2. background-color: lightgrey;
  3. }
  4. .files-expe{
  5. margin-left: 20%;
  6. margin-right: 20%;
  7. text-align: left;
  8. }
  9. .already-used{
  10. background-color: lightslategrey;
  11. }
  12. .already-used a{
  13. color:black;
  14. }
  15. .already-used a:hover{
  16. text-decoration: none;
  17. }
  18. .files-expe a:hover{
  19. text-decoration: none;
  20. }
  21. .files-expe a{
  22. color:black;
  23. }