Primárně pro 4IM - opakování HTML+CSS+JS + základ AJAX
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.
 
 
 

13 lines
280 B

@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Roboto:wght@300&family=Rubik+Beastly&display=swap');
h1{
color:blue;
color: #854e33;
font-family: 'Roboto', sans-serif;
}
table, th, td {
border: 1px solid;
border-collapse: collapse;
}