Add tarotcard-flip.css
This commit is contained in:
parent
7605065331
commit
ef0189113e
|
@ -12,7 +12,8 @@
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"tarotcard.css",
|
"tarotcard.css",
|
||||||
"tarotcard-deal.css"
|
"tarotcard-deal.css",
|
||||||
|
"tarotcard-flip.css"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="styles/tarotcard.css"/>
|
<link rel="stylesheet" href="styles/tarotcard.css"/>
|
||||||
<link rel="stylesheet" href="styles/tarotcard-deal.css"/>
|
<link rel="stylesheet" href="styles/tarotcard-deal.css"/>
|
||||||
|
<link rel="stylesheet" href="styles/tarotcard-flip.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center-grid">
|
<div class="center-grid">
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../tarotcard-flip.css
|
Loading…
Reference in New Issue