changed font size

master
Castro0o 5 years ago
parent 9ea4129388
commit 2665024a24

@ -7,7 +7,7 @@
<body>
<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>
</html>

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