We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55aba7e + 8dd54bb commit 6444fa4Copy full SHA for 6444fa4
2 files changed
apps/functors-models-natural-transformations/index.html
@@ -7,6 +7,11 @@
7
<link rel="stylesheet" href="../../common.css" />
8
</head>
9
<body>
10
+ <img
11
+ src="../../pics/other/NTs_between_models_extract.webp"
12
+ alt="Natural transformations"
13
+ class="top-right-image"
14
+ />
15
<div id="root"></div>
16
<p><a href="../../index.html">Back to app index</a></p>
17
<script type="module" src="./src/index.jsx"></script>
apps/functors-models-natural-transformations/src/App.css
@@ -1,3 +1,11 @@
1
.app-container {
2
padding: 1rem;
3
}
4
+
5
+.top-right-image {
6
+ position: fixed;
+ top: 0;
+ right: 0;
+ width: 200px;
+ z-index: 10;
+}
0 commit comments