mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 01:22:20 +00:00
Deploying to gh-pages from @ f1d945babb 🚀
This commit is contained in:
parent
386bf143b5
commit
c3a2275430
5 changed files with 272 additions and 701 deletions
|
|
@ -106,6 +106,7 @@ pre {
|
|||
}
|
||||
.edit-box #editor {
|
||||
flex: 1 1 auto;
|
||||
max-height: 100vh;
|
||||
}
|
||||
.edit-box .app {
|
||||
flex: 1 1 auto;
|
||||
|
|
@ -121,6 +122,27 @@ pre {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.snippet-container {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.snippet-container > div {
|
||||
width: 16em;
|
||||
height: 9em;
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
}
|
||||
.snippet-container > div > span {
|
||||
position: absolute;
|
||||
display: block;
|
||||
background-color: rgba(255,255,255,0.3);
|
||||
padding: 0.2em;
|
||||
}
|
||||
.snippet-container > div > img {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.github-corner:hover .octo-arm {
|
||||
animation: octocat-wave 560ms ease-in-out
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue