In-browser live demo!

This commit is contained in:
2023-11-12 14:57:16 +00:00
parent ba134a8ae2
commit c49fdcdc41
24 changed files with 1191 additions and 10 deletions

38
copy-cat/main.css Normal file
View File

@@ -0,0 +1,38 @@
body {
line-height: 1.3em;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html, body, .container {
height: 100vh;
width: 100%;
margin: 0px;
padding: 0px;
border: none;
}
pre, code {
font-family: "Consolas", "Courier New", monospace;
background-color: #f5f5f5;
}
pre {
padding: 10px;
overflow-x: scroll;
}
.infoContainer {
position: relative;
top: 80px;
margin: 0px auto;
max-width: 800px;
}
.infoView {
padding: 5px 10px;
font-size: 1.5em;
line-height: 1.3em;
border: 3px solid #eee;
}