Move Home into folder

This commit is contained in:
2025-07-17 21:39:06 -07:00
parent 91b39504b6
commit 521a8a2024
5 changed files with 1 additions and 27 deletions
@@ -1,15 +0,0 @@
.center {
background-color: green;
}
.tile-frame {
column-count: 4;
column-gap: 20px;
padding: 20px;
width: calc(100% - 40px);
}
.tile{
background-color: aqua;
height: 40px;
}
@@ -1,11 +0,0 @@
<div class="tile-frame">
<div class="tile">
</div>
<div class="tile">
</div>
</div>
@@ -6,7 +6,7 @@ import { Title } from '@angular/platform-browser';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
@Component({ @Component({
selector: 'home', selector: 'main-home',
templateUrl: './home.component.html', templateUrl: './home.component.html',
styleUrls: [ './home.component.css' ], styleUrls: [ './home.component.css' ],
imports: [ FormsModule, CommonModule ] imports: [ FormsModule, CommonModule ]