Skip to content

Animated test tube work with only CSS and HTML elements, level and color adjustable.

License

Notifications You must be signed in to change notification settings

bozworks/test-tube.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-tube.css

Animated test tube work with only CSS and HTML elements, level and color adjustable. Preview


CDN

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/bozworks/test-tube.css@master/dist/test-tube.css"
/>

HTML Structure

<div class="tube">
  <div class="shine"></div>
  <div class="body">
    <div class="liquid">
      <div class="percentage"></div>
    </div>
  </div>
  <div class="meter">
    <div>100</div>
    <div>80</div>
    <div>60</div>
    <div>40</div>
    <div>20</div>
  </div>
  <div class="bubbles">
    <div></div>
    <div></div>
    <div></div>
    <div></div>
    <div></div>
  </div>
</div>

About

Animated test tube work with only CSS and HTML elements, level and color adjustable.

Topics

Resources

License

Stars

Watchers

Forks

Languages