UI #4

Merged
derek merged 26 commits from UI into main 2025-07-18 19:59:18 -07:00
5 changed files with 1 additions and 27 deletions
Showing only changes of commit 521a8a2024 - Show all commits
@@ -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';
@Component({
selector: 'home',
selector: 'main-home',
templateUrl: './home.component.html',
styleUrls: [ './home.component.css' ],
imports: [ FormsModule, CommonModule ]