change font style and size

master
anna sandri 5 years ago
parent 9fdcbdaced
commit a8a78562f8

@ -7,7 +7,7 @@
<body> <body>
<h1>Anna's page</h1> <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> </body>
</html> </html>

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