Skip to content

Commit

Permalink
markdown mario
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRamos5 committed Jun 15, 2023
1 parent 54ff69d commit 80fce1f
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions _notebooks/2023-06-13-Mario.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# \"Mario\"\n",
"\n",
"- toc: true\n",
"- branch: master\n",
"- badges: true\n",
"- comments: true\n",
"- categories: [javascript]"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -11,7 +25,7 @@
"<style>\n",
" body {\n",
" margin: 0;\n",
" background-color: #c0fdfb;\n",
" # background-color: #c0fdfb;\n",
" display: flex;\n",
" align-items: center;\n",
" justify-content: center;\n",
Expand All @@ -33,7 +47,7 @@
"<style>\n",
" body {\n",
" margin: 0;\n",
" background-color: #c0fdfb;\n",
" # background-color: #c0fdfb;\n",
" display: flex;\n",
" align-items: center;\n",
" justify-content: center;\n",
Expand All @@ -45,7 +59,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 80fce1f

Please sign in to comment.