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