diff --git a/ex025/form001.html b/ex025/form001.html new file mode 100644 index 0000000..73885bc --- /dev/null +++ b/ex025/form001.html @@ -0,0 +1,17 @@ + + + + + + Formulário + + + +

Teste de formulário

+
+

+

+

+
+ + \ No newline at end of file diff --git a/ex025/styles/style.css b/ex025/styles/style.css new file mode 100644 index 0000000..7f1c064 --- /dev/null +++ b/ex025/styles/style.css @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +* { + font-family: Arial, Helvetica, sans-serif; +} \ No newline at end of file