diff --git a/H01.css b/H01.css new file mode 100644 index 0000000..3604380 --- /dev/null +++ b/H01.css @@ -0,0 +1,28 @@ +body{ + font-family: cursive; +font-size: 15 px; +line-height: 1.5 em; +background-color: rgb(211, 211, 203 ); +padding: 30 px; +border-color: black; +border-width: 5 px; +border-style: solid; +margin:15 px; +margin-top: 10 px; +} + +p.first{ +color: red; +text-decoration:underline; +font-weight:bold; +} +legend{ + font-size: 100 px; +} +p{ + color: red; +text-decoration:underline; +} +h1{ +border-bottom:1 px solid red; +} diff --git a/H01.html b/H01.html new file mode 100644 index 0000000..cb2c50b --- /dev/null +++ b/H01.html @@ -0,0 +1,50 @@ + +
+