mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
added skip counting by 2
This commit is contained in:
@@ -183,6 +183,16 @@
|
||||
.app-link.subtraction:active {
|
||||
background: linear-gradient(135deg, #38f9d7 0%, #43e97b 100%);
|
||||
}
|
||||
|
||||
/* Skip counting-specific styling */
|
||||
.app-link.skip-counting {
|
||||
background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
|
||||
}
|
||||
|
||||
.app-link.skip-counting:hover,
|
||||
.app-link.skip-counting:active {
|
||||
background: linear-gradient(135deg, #fecfef 0%, #ff9a9e 100%);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -199,6 +209,10 @@
|
||||
<div class="emoji">➖</div>
|
||||
<div class="link-text">Subtraction</div>
|
||||
</a>
|
||||
<a href="skipcount/twos.html" class="app-link skip-counting">
|
||||
<div class="emoji">⏭️ 2️⃣</div>
|
||||
<div class="link-text">Skip Counting by 2s</div>
|
||||
</a>
|
||||
<div class="footer">
|
||||
<p>Fun math games for little learners! 🌟</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user