Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33a753c

Browse files
Update key sequence detection project
1 parent bc37fe9 commit 33a753c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
22

3-
!["Key Sequence Detection" project](https://i.postimg.cc/fLKfrM2H/kd.gif)
3+
!["Key Sequence Detection" project screenshot](https://i.postimg.cc/fLKfrM2H/kd.gif)
44

55
</div>

β€Ž12 - Key Sequence Detection/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ img {
1111
user-select: none;
1212
}
1313

14-
::selection{
15-
color: #ffffff;
16-
background-color: hsl(177,81%,56%);
14+
::selection{
15+
color: hsl(0,0%,100%);
16+
background-color: #96f8f3;
1717
}

β€Ž12 - Key Sequence Detection/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- title -->
45
<title>Key Detection</title>
56

67
<!-- required meta tags -->
78
<meta charset="UTF-8" />
89
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
910
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<meta name="theme-color" content="#96f8f3" />
1012

1113
<!-- favicon -->
1214
<link
@@ -19,7 +21,7 @@
1921
</head>
2022
<body>
2123
<!-- javascript -->
22-
<script src="js/script.js"></script>
2324
<script src="https://www.cornify.com/js/cornify.js"></script>
25+
<script src="js/script.js"></script>
2426
</body>
2527
</html>

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /