change font style and size

master
anna sandri 5 years ago
parent 9fdcbdaced
commit a8a78562f8

@ -7,7 +7,7 @@
<body>
<h1>Anna's page</h1>
<p>I started it to test <br/> <b>Git</b></p>
<p>Ciao amici <br/> <b>Git</b></p>
</body>
</html>

@ -2,9 +2,13 @@ style.css:
body { background: black;
color:white;
font-style: italic;
font-size: 18pt;
}
p {
text-decoration: underline;
color: black;
}
Loading…
Cancel
Save