\n",
+ "\n",
+ "
\n",
+ "\n",
+ "# [Lesson name]\n",
+ "
\n",
+ "\n",
+ "
\n",
"\n",
"Lesson time: XX m \n",
"Contributors: \n",
@@ -21,7 +81,8 @@
"- point 1\n",
"- point 2 ...\n",
"\n",
- "
\n"
+ "
\n",
+ "\n"
]
},
{
@@ -132,7 +193,7 @@
],
"metadata": {
"kernelspec": {
- "display_name": "Python 3.8.8 ('base')",
+ "display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@@ -146,7 +207,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.8.8"
+ "version": "3.9.0"
},
"vscode": {
"interpreter": {
diff --git a/styles/custom.css b/styles/custom.css
index 1025f22..2bd8b48 100644
--- a/styles/custom.css
+++ b/styles/custom.css
@@ -1,6 +1,24 @@
-prova {
- border: 1.5px solid #333;
- padding: 8px 12px;
- background-image: linear-gradient(180deg, #fff, rgb(160, 147, 147));
- position: static;
-}
\ No newline at end of file
+body {
+ margin: 0;
+ padding: 0;
+ background: black;
+ color: white;
+}
+
+.title {
+ width: 100%;
+ background: rgb(50, 50, 50);
+}
+
+.title h1 {
+ text-align: center;
+ color: rgb(220, 120, 0);
+ font-family: Ubuntu;
+ padding: .3em;
+}
+
+.lesson_info {
+ width: 100%;
+ background: rgb(200, 210, 200);
+ padding: .3em;
+}