@@ -1,2 +0,0 @@
-<p>find works!</p>
-<h1>hihihi</h1>
@@ -0,0 +1,23 @@
+page-about {
+ ion-content {
+ #container {
+ position: relative;
+ .box {
+ padding: 5px;
+ float: left;
+ .box_img {
+ border: 1px solid #cccccc;
+ box-shadow: 0 0 5px #ccc;
+ border-radius: 5px;
+ img {
+ width: 150px!important;
+ height: auto;
+ }
+
@@ -1,10 +1,13 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-find',
templateUrl: './find.component.html',
styleUrls: ['./find.component.scss']
})
export class FindComponent {
}