Skip to content

Commit fc3a15b

Browse files
authored
Update Easy-Online-Counter.html
1 parent b5d1ab4 commit fc3a15b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Easy-Online-Counter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<title>Easy Online Counter - Simple, Free Web Counter Tool</title>
77
<meta name="description" content="Easy Online Counter is a free, mobile-optimized digital tally counter. Count anything instantly with a beautiful modern design and smooth animations." />
88
<style>
9-
/* Reset and base */
109
* {
1110
box-sizing: border-box;
1211
margin: 0;
@@ -18,14 +17,13 @@
1817
height: 100%;
1918
font-family: 'Segoe UI', sans-serif;
2019
background: linear-gradient(135deg, #667eea, #764ba2);
21-
display: flex;
22-
flex-direction: column;
2320
overflow-x: hidden;
21+
overflow-y: auto;
2422
touch-action: manipulation;
2523
}
2624

2725
.app {
28-
flex: 1;
26+
height: 100vh;
2927
display: flex;
3028
flex-direction: column;
3129
justify-content: space-between;
@@ -136,6 +134,7 @@
136134
</style>
137135
</head>
138136
<body>
137+
<!-- Full-screen counter app -->
139138
<div class="app">
140139
<div class="counter-display" id="counter">0</div>
141140
<div class="controls">
@@ -144,6 +143,7 @@
144143
</div>
145144
</div>
146145

146+
<!-- Scrollable SEO content below the fold -->
147147
<footer>
148148
<h2>Easy Online Counter - Free, Instant Tally Counter</h2>
149149
<p>

0 commit comments

Comments
 (0)