Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
ww_matching_cards
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
ww_matching_cards
Commits
9b9b0325
Commit
9b9b0325
authored
Aug 10, 2020
by
liujiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
0b5bd096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
play.component.html
src/app/play/play.component.html
+1
-1
styles.scss
src/styles.scss
+1
-1
No files found.
src/app/play/play.component.html
View file @
9b9b0325
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
ngFor=
"let card of all"
>
*
ngFor=
"let card of all"
>
<div
class=
"item"
(
click
)="
flipCard
($
event
,
card
.
type
,
card
.
word
)"
>
<div
class=
"item"
(
click
)="
flipCard
($
event
,
card
.
type
,
card
.
word
)"
>
<div
class=
"k-16-9"
>
<div
class=
"k-16-9"
>
<img
class=
"back"
src=
"
/
assets/matching-cards/cardback.png"
alt=
""
>
<img
class=
"back"
src=
"assets/matching-cards/cardback.png"
alt=
""
>
<div
class=
"k-full-fill"
*
ngIf=
"card.type === 'pic'"
>
<div
class=
"k-full-fill"
*
ngIf=
"card.type === 'pic'"
>
<img
class=
"pic"
[
src
]="
card
.
pic_id
"
>
<img
class=
"pic"
[
src
]="
card
.
pic_id
"
>
</div>
</div>
...
...
src/styles.scss
View file @
9b9b0325
...
@@ -17,7 +17,7 @@ body {
...
@@ -17,7 +17,7 @@ body {
@font-face
{
@font-face
{
font-family
:
ChalkboardSE-Regular
;
font-family
:
ChalkboardSE-Regular
;
src
:
url('
/
assets/font/ChalkboardSE-Regular.woff')
format
(
'WOFF'
);
src
:
url('assets/font/ChalkboardSE-Regular.woff')
format
(
'WOFF'
);
}
}
.k-16-9
{
.k-16-9
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment