1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 09:10:17 +02:00

minor html tweaks

This commit is contained in:
Kushagra Gour
2016-05-09 15:12:55 +05:30
parent 27099b95e5
commit b498f16b5d

View File

@@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <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/lib/codemirror.css">
<link rel="stylesheet" href="lib/codemirror/theme/monokai.css"> <link rel="stylesheet" href="lib/codemirror/theme/monokai.css">
@@ -51,13 +51,10 @@
flex-direction: row; flex-direction: row;
} }
.code-wrap { .code-wrap {
/*border: 1px solid #e1e1e1;*/
flex-basis: inherit; flex-basis: inherit;
height: 33%; height: 33%;
/*border-radius: 6px;*/
overflow: hidden; overflow: hidden;
position: relative; 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 cubic-bezier(.71,1.7,.77,1.24) forwards 0.2s;
animation: pop-in 0.4s ease forwards 0.2s; animation: pop-in 0.4s ease forwards 0.2s;
opacity: 0; opacity: 0;