Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Aug 16, 2024
1 parent 5adaea7 commit 8faae92
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions src/pages/cw-multi-test/app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,33 @@
tags: ["multitest", "App"]
---

import { Callout } from "nextra/components";

# App

<div style={{ textAlign: "center", fontSize: "4em", fontWeight: "bold", verticalAlign: "middle" }}>
<div style={{ display: "inline-block", verticalAlign: "middle" }}>App</div>
<div
style={{
textAlign: "center",
fontSize: "4em",
fontWeight: "bold",
verticalAlign: "middle",
background: "#005DC70D",
borderRadius: "0.2em",
}}
>
<div style={{ display: "inline-block", verticalAlign: "middle", color: "#9575CD" }}>App</div>
<div style={{ display: "inline-block", verticalAlign: "middle", fontWeight: "normal" }}>
&nbsp;==&nbsp;
</div>
<div style={{ display: "inline-block", verticalAlign: "middle" }}>
<div style={{ position: "relative", top: "0.2em" }}>Chain</div>
<div style={{ position: "relative", top: "0.1em", color: "#0D47A1" }}>Chain</div>
<div
style={{
fontSize: "0.42em",
fontWeight: "bold",
top: "-0.3em",
top: "-0.45em",
position: "relative",
color: "green",
color: "#1976D2",
}}
>
SIMULATOR
Expand Down

0 comments on commit 8faae92

Please sign in to comment.