UI #4
@@ -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>
|
||||
+1
-1
@@ -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 ]
|
||||
Reference in New Issue
Block a user