+ (deprecated) Hint and Solution Single Block
Hint Button
index.html
<link
rel="stylesheet"
href="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/css_custom_styles/TextFormatting.css"
/>
<link
rel="stylesheet"
href="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/css_custom_styles/Hint.css"
/>
<details>
<summary class="hint">Hint</summary>
<div class="hint-text">PARSED MARKDOWN</div>
</details>
Solution Button
index.html
<link
rel="stylesheet"
href="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/css_custom_styles/solution.css"
/>
<!-- Change value for the href attribute -->
<a
href="https://codesandbox.io/p/sandbox/react-styling-example-3-u05q6s?from-embed"
target="_blank"
class="solution"
>
Solution
</a>
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 9. Capítulo 1