My blog
https://blog.franco.net.eu.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
426 B
28 lines
426 B
a { |
|
text-decoration: none; |
|
} |
|
|
|
a:hover { |
|
text-decoration: underline; |
|
} |
|
|
|
img { |
|
max-width: 100%; |
|
} |
|
|
|
table, th, td { |
|
border: 1px solid black; |
|
border-collapse: collapse; |
|
padding: 1em; |
|
} |
|
|
|
/* Use "responsive" tables. See |
|
https://www.w3schools.com/howto/howto_css_table_responsive.asp |
|
https://stackoverflow.com/a/62451601 |
|
*/ |
|
table { |
|
overflow-x:auto; |
|
margin: 0; |
|
border: none; |
|
display: block; |
|
}
|
|
|