diff --git a/src/app/modules/home/components/home.component.css b/src/app/modules/home/components/home.component.css
index 9cd9575..c9f2d1f 100644
--- a/src/app/modules/home/components/home.component.css
+++ b/src/app/modules/home/components/home.component.css
@@ -1,3 +1,7 @@
+#wrapper-container{
+ height: 100%;
+}
+
#container{
margin: 80px auto;
width: 80%;
diff --git a/src/app/modules/home/components/home.component.html b/src/app/modules/home/components/home.component.html
index 389bd46..111ef18 100644
--- a/src/app/modules/home/components/home.component.html
+++ b/src/app/modules/home/components/home.component.html
@@ -1,7 +1,12 @@
-
-
+
+
+
+
- Meus Pokers
+ Meus Pokers
-
+
-
+
First name
-
+
Age
diff --git a/src/app/modules/home/home.module.ts b/src/app/modules/home/home.module.ts
index 500ea76..b642d88 100644
--- a/src/app/modules/home/home.module.ts
+++ b/src/app/modules/home/home.module.ts
@@ -5,8 +5,6 @@ import { HomeComponent } from './components/home.component';
import { CreatePokerComponent } from './components/create-poker/create-poker.component';
-
-
@NgModule({
declarations: [
HomeComponent,
diff --git a/src/app/modules/home/home/home.component.css b/src/app/modules/home/home/home.component.css
deleted file mode 100644
index c9f2d1f..0000000
--- a/src/app/modules/home/home/home.component.css
+++ /dev/null
@@ -1,77 +0,0 @@
-#wrapper-container{
- height: 100%;
-}
-
-#container{
- margin: 80px auto;
- width: 80%;
-}
-
-header{
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
-}
-
-#button-create-poker{
- width: 160px;
- font-size: large;
- height: 40px;
-}
-
-p, h4{
- margin: 0;
-}
-
-h4{
- color: #1A237E; /*$indigo-palette 900*/
-}
-
-#content{
- margin-top: 50px;
-}
-
-.title{
- height: 100%;
- font-size: medium;
- display: flex;
- align-items: center;
-}
-
-.author{
- display: flex;
- flex-direction: row;
- align-items: center;
-}
-
-.author p{
- margin-left: 10px;
-}
-
-.description{
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-around;
-}
-
-.state{
- width: 120px;
- height: 30px;
- color: #fafafa; /*$grey-palette 50*/
- border-radius: 10px;
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.open{
- background-color: #B2FF59; /*$light-green-palette A200*/
-}
-
-.finished{
- background-color: #7C4DFF; /*$deep-purple-palette A200*/;
-}
diff --git a/src/app/modules/home/home/home.component.html b/src/app/modules/home/home/home.component.html
deleted file mode 100644
index 7951559..0000000
--- a/src/app/modules/home/home/home.component.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
- Meus Pokers
-
-
-
-
-
-
-