Skip to content

Commit

Permalink
modified: index.html
Browse files Browse the repository at this point in the history
        modified:   qrcode.html
        modified:   style.css
  • Loading branch information
AniruddhaAdak committed Apr 25, 2024
1 parent f7137c4 commit 8bae04a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>All projects for logic building</title>
<title>API projects for logic building</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion qrcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
user-select: none;
text-align: center;
overflow: auto;
font-family: helv;
font-family: Arial, Helvetica, sans-serif;
}
</style>
<!-- bootstrap source -->
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
border-radius: 5px;
user-select: none;
overflow: auto;

}

hr {
Expand Down

0 comments on commit 8bae04a

Please sign in to comment.