Skip to content

Commit

Permalink
Alterado posição do seletor de cores
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Aug 3, 2024
1 parent 34d2b30 commit c8cf48d
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 @@ -23,11 +23,6 @@
<div id="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-2" style="padding-left: 0;">
<div id="hexColors" class="container-fluid">
<!-- Will be populated in JavaScript -->
</div>
</div>
<div class="col-md-10" style="padding-right: 0;">
<div class="container-fluid">
<div class="row padding-top">
Expand Down Expand Up @@ -111,10 +106,15 @@
</div>
</div>
</div>
<div class="col-md-2" style="padding-left: 0;">
<div id="hexColors" class="container-fluid">
<!-- Will be populated in JavaScript -->
</div>
</div>
</div>
</div>
</div>
<script src="jscolor.js"></script>
<script src="script.js"></script>
</body>
</body>
</html>

0 comments on commit c8cf48d

Please sign in to comment.