1234567891011121314151617181920212223242526272829 |
- body {
- background-color: lightgrey;
- }
- .files-expe{
- margin-left: 20%;
- margin-right: 20%;
- text-align: left;
- }
- .already-used{
- background-color: lightslategrey;
- }
- .already-used a{
- color:black;
- }
- .already-used a:hover{
- text-decoration: none;
- }
- .files-expe a:hover{
- text-decoration: none;
- }
- .files-expe a{
- color:black;
- }
|