mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-20 13:16:43 +01:00
minor html tweaks
This commit is contained in:
parent
27099b95e5
commit
b498f16b5d
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Web-Maker - quick web experiments in your browser</title>
|
||||
<title>Web Maker</title>
|
||||
<link rel="stylesheet" href="lib/codemirror/lib/codemirror.css">
|
||||
<link rel="stylesheet" href="lib/codemirror/theme/monokai.css">
|
||||
|
||||
@ -51,13 +51,10 @@
|
||||
flex-direction: row;
|
||||
}
|
||||
.code-wrap {
|
||||
/*border: 1px solid #e1e1e1;*/
|
||||
flex-basis: inherit;
|
||||
height: 33%;
|
||||
/*border-radius: 6px;*/
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
/*margin-bottom: 4px;*/
|
||||
animation: pop-in 0.4s cubic-bezier(.71,1.7,.77,1.24) forwards 0.2s;
|
||||
animation: pop-in 0.4s ease forwards 0.2s;
|
||||
opacity: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user