File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ so people know you're part of the webring.
35
35
<Tabs >
36
36
<TabItem value="html" label="HTML" default>
37
37
```html
38
- <div style="display: flex, gap: 0.25rem, justify-content: center">
38
+ <div style="display: flex; gap: 0.25rem; justify-content: center">
39
39
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/prev">⬅️</a>
40
40
<a href="https://graphics-programming.org/webring/">
41
41
<img
42
42
src="https://graphics-programming.org/img/froge.webp"
43
43
alt="a friendly froge"
44
- style="object-fit: contain, width: 1.5em, height: 1.5em"
44
+ style="object-fit: contain; width: 1.5em; height: 1.5em"
45
45
/>
46
46
</a>
47
47
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/next">➡️</a>
You can’t perform that action at this time.
0 commit comments