Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oneearedrabbit authored Jul 7, 2024
1 parent f654320 commit 0abe19a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>L-system playground</title>
<style>
@font-face {
font-family: 'fira';
src: url('FiraCode-Medium.woff2') format('woff2'), url('FiraCode-Medium') format('woff');
font-weight: normal;
font-style: normal;
}
.container {
width: 50rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.container .box {
flex: 100%;
box-sizing: border-box;
padding: 10px;
}
</style>
</head>
<body>
<h1>L-system Experiments</h1>
Expand Down

0 comments on commit 0abe19a

Please sign in to comment.