27 lines
272 B
CSS
27 lines
272 B
CSS
body {
|
|
font-family: 'Roboto';
|
|
color: black;
|
|
background-color: white;
|
|
}
|
|
|
|
p {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2.5rem;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
input[type=text], input[type=submit] {
|
|
font-family: 'Roboto';
|
|
}
|
|
|