Updated README and CSS.
parent
07a649aefd
commit
4eb75ce462
|
@ -1,7 +1,7 @@
|
||||||
H5P Memory Game
|
H5P Memory Game
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Test your users with memory games.
|
Create your own memory games and test the memory of your site users with this simple yet beautiful HTML5 game.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -116,6 +116,7 @@ html .h5p-memory-game > ul {
|
||||||
clear: both;
|
clear: both;
|
||||||
float: right;
|
float: right;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
margin-right: 1em;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
-webkit-transform: scale(0,0) rotate(90deg);
|
-webkit-transform: scale(0,0) rotate(90deg);
|
||||||
|
@ -136,6 +137,7 @@ html .h5p-memory-game > ul {
|
||||||
|
|
||||||
.h5p-memory-game .h5p-status {
|
.h5p-memory-game .h5p-status {
|
||||||
clear: left;
|
clear: left;
|
||||||
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
.h5p-memory-game .h5p-status > dt {
|
.h5p-memory-game .h5p-status > dt {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue