changed font

master
tisa 5 years ago
parent c536698d3f
commit a39e9e4c57

@ -8,8 +8,8 @@
<body>
<h1>So, ...</h1>
<p>I started it to test <b> Git </b> </br> and other things that I don't know yet ...</p>
<p><i>I started it to test <b> Git </b> </br> and other things that I don't know yet ...</i> </p>
</body>
</html>

@ -1,9 +1,16 @@
body { background: yellow;
color:black
style: bold
color:black;
style:initial;
font-size: 14pt;
}
h1 {font-size: 2em;
font-weight: bold;
}
p {
text-decoration: initial
;

Loading…
Cancel
Save