Skip to content

Commit

Permalink
update: temp fix balloon text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh04-02 authored Nov 25, 2020
1 parent 5ec8874 commit 68a8e58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
Your browser isn't invited for super fun audio time.
</audio>
<div class="balloons text-center" id="b1">
<h2 style="color:#F2B300;">A</h2>
<h4 style="color:#F2B300;">A</h4>
</div>
<div class="balloons text-center" id="b2">
<h3 style="color:#0719D4;">Very</h3>
<h4 style="color:#0719D4;">Very</h4>
</div>
<div class="balloons text-center" id="b3">
<h4 style="color:#D14D39;">Happy</h4>
</div>
<div class="balloons text-center" id="b4">
<h5 style="color:#8FAD00;">Birthday</h5>
<h4 style="color:#8FAD00;">Birthday</h4>
</div>
<div class="balloons text-center" id="b5">
<h6 style="color:#8377E4;">My</h6>
<h4 style="color:#8377E4;">My</h4>
</div>
<div class="balloons text-center" id="b6">
<h2 style="color:#99C96A;">Dear</h2>
<h4 style="color:#99C96A;">Dear</h4>
</div>
<div class="balloons text-center" id="b7">
<h2 style="color:#20CFB4;">Friend</h2>
<h4 style="color:#20CFB4;">Friend</h4>
</div>

<img src="Balloon-Border.png" width="100%" class="balloon-border">
Expand Down

0 comments on commit 68a8e58

Please sign in to comment.