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.

33 lines
571 B

/* Hungarian styles */
/* styles specific to the alphabet page */
.alphabet {
margin: 0;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
background-color: #ffba08ff;
color: #6a040fff;
display: block;
text-align: center;
padding: 20px;
font-size: 48px;
}
.pronounce {
margin: 0;
text-align: center;
background-color: green;
color: white;
color: #dc2f02ff;
font-size: 24px;
padding: 10px;
}
/* general styles */
body {
background-color: #ffba08ff;
color: #6a040fff;
}