+ (deprecated) Temporary Hint/Solution/Video Tutorial
Source Code
index.html
<link
rel="stylesheet"
href="https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/c1087363-9025-4c37-8d5e-983a32a007e9/other-section/css-practice.css"
/>
<button
class="button"
type="button"
onclick="handleTempHint('hint-temp')"
id="hint-temp"
style="margin-right: 10px"
>
Hint
</button>
<button
class="button"
type="button"
onclick="handleTempHint('sol-temp')"
id="sol-temp"
style="margin-right: 10px"
>
Solution
</button>
<button
class="button"
type="button"
onclick="handleTempHint('video-temp')"
id="video-temp"
>
Video Tutorial
</button>
<script src="https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/c1087363-9025-4c37-8d5e-983a32a007e9/buttons-section/toggling-3-cms-elements.js"></script>
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 9. Capítulo 23