Commit bff9ee2a authored by ccottier's avatar ccottier

added images and styling for country routes

parent 7264f7b7
......@@ -5,3 +5,9 @@
overflow-x: hidden;
padding: 50px 20px 20px 50px;
}
.img{
height: 350px;
width: 350px;
padding-left: 5px;
}
\ No newline at end of file
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import {NgbModule} from '@ng-bootstrap/ng-bootstrap';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
......@@ -24,7 +25,8 @@ import { AccountComponent } from './account/account.component';
],
imports: [
BrowserModule,
AppRoutingModule
AppRoutingModule,
NgbModule
],
providers: [],
bootstrap: [AppComponent]
......
.img{
height: 350px;
width: 350px;
padding-left: 5px;
}
<p>england works!</p>
<div class='imgContainer' >
<img class='img' src='/assets/images/england/england-bridge.jpg' />
<img class='img' src='/assets/images/england/england-parliament.jpg' />
<img class='img' src='/assets/images/england/england-stonehedge.jpg' />
</div>
\ No newline at end of file
.img{
height: 350px;
width: 350px;
padding-left: 5px;
}
\ No newline at end of file
<p>france works!</p>
<div class='imgContainer' >
<img class='img' src='/assets/images/france/france-cafe.jpg' />
<img class='img' src='/assets/images/france/france-tower.jpg' />
<img class='img' src='/assets/images/france/france-town.jpg' />
</div>
\ No newline at end of file
.img{
height: 350px;
width: 350px;
padding-left: 5px;
}
\ No newline at end of file
<p>greece works!</p>
<div class='imgContainer' >
<img class='img' src='/assets/images/greece/greece-beach.jpg' />
<img class='img' src='/assets/images/greece/greece-steps.jpg' />
<img class='img' src='/assets/images/greece/greece-santorini.jpg' />
</div>
\ No newline at end of file
......@@ -2,8 +2,8 @@
<div class='btnMenu'>
<button [routerLink]="['/england']">England</button>
<button [routerLink]= "['/france']">France</button>
<button >Greece</button>
<button >Spain</button>
<button [routerLink]= "['/greece']">Greece</button>
<button [routerLink]= "['/spain']">Spain</button>
</div>
<span class='account'>
<i class="fa fa-user" [routerLink]="['/account']" ></i>
......
.img{
height: 350px;
width: 350px;
padding-left: 5px;
}
\ No newline at end of file
<p>spain works!</p>
<div class='imgContainer' >
<img class='img' src='/assets/images/spain/spain-barcelona.jpg' />
<img class='img' src='/assets/images/spain/spain-cathedral.jpg' />
<img class='img' src='/assets/images/spain/spain-dance.jpg' />
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment