25 lines
290 B
CSS
25 lines
290 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: black;
|
|
background-color: white;
|
|
}
|
|
|
|
p {
|
|
font-size: 0.5rem;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
input[type=text] {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
} |