Deploying to gh-pages from @ f1d945babb 🚀

This commit is contained in:
Lemmih 2020-08-22 04:07:07 +00:00
commit c3a2275430
5 changed files with 272 additions and 701 deletions

View file

@ -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
}