dragontheory / D7460N-with-db

Your data your way. Fast, easy, and secure.
https://d7460n-app-with-resizer.pages.dev/
2 stars 1 forks source link

App-count: HTML/CSS only #21

Closed dragontheory closed 2 years ago

dragontheory commented 2 years ago

App-count: HTML/CSS only

Note: App-count should display the current number of VISIBLE search results and the current number of search results.

dragontheory commented 2 years ago

HTML:

<app-count>
  <span id="visibleCount"></span>/<span id="nonVisibleCount"></span>
</app-count>

CSS:

app-count {
  font-family: 'agency_fb', sans-serif;
  font-size: 1rem;
  display: inline-block;
  -webkit-transform: scaleY(0.75);
  transform: scaleY(0.75);
  letter-spacing: .07rem;
  padding: 0.5rem;
}