diff --git a/Form-Controls/index.html b/Form-Controls/index.html
index 4344b144..76d7652c 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -1,5 +1,6 @@
+
@@ -8,20 +9,74 @@
+
-
+
diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css
index e69de29b..3e23a304 100644
--- a/Form-Controls/styles.css
+++ b/Form-Controls/styles.css
@@ -0,0 +1,41 @@
+
+html{
+ text-align: center;
+
+}
+form{
+ max-width: 500px;
+ margin: 2rem auto;
+ border: 2px solid black;
+ padding: 2rem;
+ border-radius: 10px;
+ box-shadow: 5px 10px rgb(104, 104, 210);
+}
+
+
+form label {
+ display: block;
+ padding: 1rem;
+ font-size: larger;
+}
+
+input{
+ display: block;
+ width: 100%;
+}
+
+.options{
+ display:flex;
+ justify-content: center;
+ border-bottom: 1px solid black;
+}
+
+button{
+ margin-top: 10px;
+ padding: 8px;
+ background-color: rgb(104, 104, 210);
+ font-family: 'Times New Roman', Times, serif;
+ font-size: larger;
+ border-radius: 10px;
+ color: white;
+}
\ No newline at end of file
diff --git a/Two-Truths-One-Lie/ana.jpg b/Two-Truths-One-Lie/ana.jpg
new file mode 100644
index 00000000..e154b93f
Binary files /dev/null and b/Two-Truths-One-Lie/ana.jpg differ
diff --git a/Two-Truths-One-Lie/index.html b/Two-Truths-One-Lie/index.html
index 37cdbfa1..2f9e7d8c 100644
--- a/Two-Truths-One-Lie/index.html
+++ b/Two-Truths-One-Lie/index.html
@@ -1,24 +1,55 @@
-
-
-
- Our Grid Project
-
-
-
-
-
-
-
-