Skip to content

Commit

Permalink
-correcao bug css
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliztro authored Oct 27, 2023
1 parent 3fcd61e commit e1bb65a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@



<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/light.css">
<link rel="stylesheet" href="../css/input.css">
<link rel="stylesheet" href="../css/button.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/light.css">
<link rel="stylesheet" href="css/input.css">
<link rel="stylesheet" href="/css/button.css">

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.min.js"></script>
Expand Down Expand Up @@ -122,4 +122,4 @@ <h1 class="titulo" id="total"> Total</h1>

</body>

</html>
</html>

0 comments on commit e1bb65a

Please sign in to comment.