We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9613b23 commit 2d64367Copy full SHA for 2d64367
index.html
@@ -40,9 +40,19 @@
40
color: #c034d6;
41
font-size: large;
42
}
43
+ #top-icon {
44
+ position: absolute;
45
+ top: 20px;
46
+ right: 20px;
47
+ width: 40px;
48
+ height: 40px;
49
+ object-fit: cover;
50
+ }
51
</style>
52
</head>
53
<body>
54
+ <img src="icon.png" id="top-icon" alt="BCode Icon">
55
+
56
<h1>BCode Full Documentation</h1>
57
<h1>Documentacion</h1>
58
0 commit comments