Skip to content

Commit

Permalink
change < with &lt;
Browse files Browse the repository at this point in the history
  • Loading branch information
BimaBizz committed Mar 18, 2023
1 parent 19d55fe commit 45ad173
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions AlertComps.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="id">

<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -152,13 +152,13 @@ <h4 class="text-xl">List Components</h4>
<h1>Code :</h1>
</div>
<code class="text-xs">
<<span></span>div class="relative flex w-full"><br>
<<span></span>div class="flex text-cyan-500 w-full p-3 border border-cyan-500 rounded-lg"><br>
<<span></span>p>Info alert! Change a few things up and try submitting again.<<span></span>/p><br>
<<span></span>/div><br>
<<span></span>div class="flex absolute -z-10 w-full blur-sm text-cyan-500 p-3 border border-cyan-500 rounded-lg"><br>
<<span></span>p>Info alert! Change a few things up and try submitting again.<<span></span>/p><br>
<<span></span>/div>
&lt;div class="relative flex w-full"><br>
&lt;div class="flex text-cyan-500 w-full p-3 border border-cyan-500 rounded-lg"><br>
&lt;p>Info alert! Change a few things up and try submitting again.&lt;/p><br>
&lt;/div><br>
&lt;div class="flex absolute -z-10 w-full blur-sm text-cyan-500 p-3 border border-cyan-500 rounded-lg"><br>
&lt;p>Info alert! Change a few things up and try submitting again.&lt;/p><br>
&lt;/div>
</code>
</div>
</div>
Expand Down

0 comments on commit 45ad173

Please sign in to comment.