Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
darshikasingh authored Oct 5, 2021
1 parent ab60967 commit 9516b77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Valentines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<style>
* {
margin: 0;
padding: 0;
margin: 1;
padding: 1;
box-sizing: border-box;
}

Expand All @@ -20,8 +20,8 @@
color: white;
top: 0;
left: 0;
padding: 5px;
font-size: 14px;
padding: 4px;
font-size: 13px;
border-radius: 0 0 10px 0;
background-color : rgba(255, 101, 186, 0.8);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
Expand All @@ -38,4 +38,4 @@
<script src="./index.js"></script>
</body>

</html>
</html>

0 comments on commit 9516b77

Please sign in to comment.