Skip to content

Commit

Permalink
Merge pull request #3 from fadib/fix-styling
Browse files Browse the repository at this point in the history
Fix styling & added new video
  • Loading branch information
zarela authored Nov 1, 2019
2 parents 2b76468 + d40ef66 commit 9c3be0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@

.cards-container {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
color: white;
}

h3 {
color: #fff;
}
8 changes: 8 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ const App = () => {
/>
<h3>Added by: Gabriel Boorse</h3>
</div>
<div className="card">
<YouTube
videoId="ZVMIk3xYaYo"
opts={opts}
onReady={onReady}
/>
<h3>Added by: Fahmi</h3>
</div>
<div className="card">
<YouTube
videoId="x94s6zPm1Ik"
Expand Down

0 comments on commit 9c3be0e

Please sign in to comment.