changed font

master
tisa 5 years ago
parent c536698d3f
commit a39e9e4c57

@ -8,8 +8,8 @@
<body> <body>
<h1>So, ...</h1> <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> </body>
</html> </html>

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

Loading…
Cancel
Save