changed font size

master
Castro0o 5 years ago
parent 9ea4129388
commit 2665024a24

@ -7,7 +7,7 @@
<body> <body>
<h1>Andre's webpage</h1> <h1>Andre's webpage</h1>
<p>I started it to test <b>Git</b></p> <p>I started it to <i>test</i> <b>Git</b></p>
</body> </body>
</html> </html>

@ -1,11 +1,14 @@
body { background: #941818; body { background: #941818;
color:white; color:white;
font-size: 14pt;
} }
p { p {
text-decoration: underline; text-decoration: underline;
font-size: 1em;
} }
h1 { h1 {
font-style: italic; font-style: italic;
font-size: 2em;
} }
Loading…
Cancel
Save