+ )
+}
+
+export default CoolButton
\ No newline at end of file
diff --git a/src/components/FormField.css b/src/components/FormField.css
new file mode 100644
index 0000000..de2b9bf
--- /dev/null
+++ b/src/components/FormField.css
@@ -0,0 +1,21 @@
+.field {
+ margin-bottom: 1rem;
+ }
+
+ .label {
+ font-weight: bold;
+ margin-bottom: 0.5rem;
+ }
+
+ .control {
+ display: flex;
+ align-items: center;
+ }
+
+ .input {
+ padding: 0.5rem;
+ font-size: 1rem;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ }
+
\ No newline at end of file
diff --git a/src/components/FormField.js b/src/components/FormField.js
new file mode 100644
index 0000000..bd37184
--- /dev/null
+++ b/src/components/FormField.js
@@ -0,0 +1,18 @@
+
+ import React from 'react'
+ import './FormField.css'
+
+ function FormField(props) {
+ return (
+ <>
+
+
+
+
+
+
+ >
+ );
+ }
+
+ export default FormField
\ No newline at end of file
diff --git a/src/components/Message.js b/src/components/Message.js
new file mode 100644
index 0000000..0f22047
--- /dev/null
+++ b/src/components/Message.js
@@ -0,0 +1,26 @@
+import React from 'react'
+
+function Message() {
+ return (
+
+
+
+
Hello World
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Pellentesque risus mi, tempus quis placerat ut, porta
+ nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida
+ purus diam, et dictum felis venenatis efficitur. Aenean ac
+ eleifend lacus, in mollis lectus. Donec sodales, arcu et
+ sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi
+ magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales
+ sem.
+