TestTube CSS
How do I make an testtube css?
What is a testtube css? How do you make a testtube css? This script and codes were developed by Thomas Bruyer on 08 August 2022, Monday.
TestTube CSS - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>TestTube CSS </title> <link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="eprouvette"> <div class="bouchon"> <div class="trapeze"></div> <div class="rondTrapeze1"></div> <div class="rondTrapeze2"></div> <div class="refletBouchon"></div> </div> <div class="verre"> <div class="bord"> <div class="embouchure"></div> <div class="embouchureTrou"></div> <div class="embouchureReflet"></div> </div> <div class="tube"> <div class="tubeReflet1"></div> <div class="tubeReflet2"></div> <div class="liquide"> <div class="bulles"> <div class="bulle1 "></div> <div class="bulle2"></div> <div class="bulle3"></div> <div class="bulle4"></div> </div> </div> <div class="opercule"></div> <div class="shadow"></div> </div> </div>
</div>
</body>
</html>
TestTube CSS - Script Codes CSS Codes
body{ background:#222;
}
.eprouvette{ margin-left:10%; margin-top:50px;
}
.bouchon{ position:relative; top:105px; z-index:8;
}
.trapeze{ position:relative; margin:auto; border-top: 50px solid #9F6E30; border-left: 10px solid transparent; border-right: 10px solid transparent; width: 50px; z-index:5;
}
.rondTrapeze1{ margin:auto; position:relative; top:-62px; height:25px; width:70px; border-radius:50%; background:#523919; z-index:5
}
.rondTrapeze2{ margin:auto; position:relative; top:-40px; height:25px; width:50px; border-radius:0 0 50% 50%; background:#9F6E30; z-index:1;
}
.refletBouchon{ margin:auto; position:relative; top:-87px; left:-21px; width:4px; height:40px; background:#D9AC71; opacity:0.3; border-radius:50%; transform:rotate(-15deg); z-index:5;
}
.verre{ margin: auto;
}
.embouchure{ position:relative; margin:auto; width:80px; top:-5px; height:35px; background:#eee; border-radius:50%; z-index:2;
}
.embouchureTrou{ position:relative; margin:auto; width:60px; top:-32px; height:20px; background:#ddd; border-radius:50%; z-index:5;
}
.embouchureReflet{ margin:auto; position:relative; top:-34px; left:-25px; width:6px; height:3px; background:#fff; opacity:0.6; border-radius:100%; transform:rotate(25deg); z-index:5;
}
.tube{ margin:auto; position:relative; top:-40px; width: 60px; height: 455px; background: #eee; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; z-index:1;
}
.tubeReflet1{ margin:auto; position:relative; top:20px; left:-20px; width:4px; height:390px; background:#fff; opacity:0.3; border-radius:100%; z-index:2;
}
.tubeReflet2{ margin:auto; position:relative; top:10px; width: 40px; height: 40px; transform:rotate(45deg); border-radius: 100%; box-shadow: 2px 2px 0 0 #fff; opacity:0.3; z-index:3;
}
.liquide{ margin:auto; position:relative; top:-400px; width:50px; height:420px; background:#28a4c9; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; opacity:1;
}
.opercule{ margin:auto; position:relative; top:-830px; left:px; width:50px; height:20px; background:#69BAD2; border-radius:100%;
}
.shadow{ margin:auto; position:relative; top:-395px; left:-4px; width:70px; height:20px; border-radius:50%; background-color:#eee; opacity:0.3; margin-bottom:100px;
}
@keyframes bubble1{ 0% {top:370px;left:15px;opacity:0;} 5% {left:5px;} 10% {left:15px;} 15% {left:15px;} 20% {left:25px;} 25% {left:35px;} 30% {left:30px;} 35% {left:35px;} 40% {left:25px;} 45% {left:30px;} 50% {left:30px;opacity:0.2;} 55% {left:35px;} 60% {left:25px;} 65% {left:20px;} 70% {left:35px;} 75% {left:30px;} 80% {left:35px;} 85% {left:20px;} 90% {left:15px;} 95% {left:10px;} 100% {top: 0px;left:20px;opacity:0;}
}
.bulle1{ position:relative; width:10px; height:10px; border-radius:50%; background:#000; border-bot-left-radius: 50%; background-color: #fff; border-radius: 100%; bottom: 10px; opacity: 0; box-shadow: inset -1px -1px 0px 1px #aaa; animation-name:bubble1; animation-duration:4s; animation-iteration-count: infinite; animation-timing-function:ease-in; animation-delay:0s;
}
@keyframes bubble2 { 0% {top:360px;left:25px;opacity:0;} 5% {left:15px;} 10% {left:10px;} 15% {left:5px;} 20% {left:10px;} 25% {left:15px;} 30% {left:15px;} 35% {left:20px;} 40% {left:25px;} 45% {left:25px;} 50% {left:20px;opacity:0.2;} 55% {left:10px;} 60% {left:10px;} 65% {left:5px;} 70% {left:15px;} 75% {left:20px;} 80% {left:10px;} 85% {left:5px;} 90% {left:15px;} 95% {left:10px;} 100% {top: 0px;left:10px;opacity:0;}
}
.bulle2{ position:relative; width:10px; height:10px; border-radius:50%; background:#000; border-bot-left-radius: 50%; background-color: #fff; border-radius: 100%; bottom: 10px; opacity: 0; box-shadow: inset -1px -1px 0px 1px #aaa; animation-name:bubble2; animation-duration:4.5s; animation-iteration-count: infinite; animation-timing-function:ease-in; animation-delay:1s;
}
@keyframes bubble3 { 0% {top:380px;left:15px;opacity:0;} 5% {left:20px;} 10% {left:25px;} 15% {left:15px;} 20% {left:10px;} 25% {left:15px;} 30% {left:10px;} 35% {left:15px;} 40% {left:20px;} 45% {left:25px;} 50% {left:20px;opacity:0.2} 55% {left:25px;} 60% {left:15px;} 65% {left:10px;} 70% {left:10px;} 75% {left:15px;} 80% {left:20px;} 85% {left:20px;} 90% {left:25px;} 95% {left:10px;} 100% {top: 0px;left:15px;opacity:0;}
}
.bulle3{ position:relative; width:10px; height:10px; border-radius:50%; background:#000; border-bot-left-radius: 50%; background-color: #fff; border-radius: 100%; bottom: 10px; opacity: 0; box-shadow: inset -1px -1px 0px 1px #aaa; animation-name:bubble3; animation-duration:3s; animation-iteration-count: infinite; animation-timing-function:ease-in; animation-delay:0.5s;
}
@keyframes bubble4 { 0% {top:360px;left:10px;opacity:0;} 5% {top: 340px;left:15px;} 10% {top: 320px;left:15px;} 15% {top: 300px;left:15px;} 20% {top: 280px;left:20px;} 25% {top: 260px;left:15px;} 30% {top: 240px;left:15px;} 35% {top: 220px;left:15px;} 40% {top: 200px;left:10px;} 45% {top: 180px;left:15px;} 50% {top: 160px;left:10px;opacity:0.2} 55% {top: 140px;left:15px;} 60% {top: 120px;left:10px;} 65% {top: 100px;left:15px;} 70% {top: 80px;left:10px;} 75% {top: 60px;left:15px;} 80% {top: 40px;left:10px;} 85% {top: 20px;left:15px;} 90% {top: 10px;left:10px;} 95% {top: 5px;left:15px;} 100% {top: 0px;left:15px;opacity:0;}
}
.bulle4{ position:relative; width:10px; height:10px; border-radius:50%; background:#000; border-bot-left-radius: 50%; background-color: #fff; opacity: 0; box-shadow: inset -1px -1px 0px 1px #aaa; animation-name:bubble4; animation-duration:3.5s; animation-iteration-count: infinite; animation-timing-function:ease-in; animation-delay:1s;
}

Developer | Thomas Bruyer |
Username | EZPK |
Uploaded | August 08, 2022 |
Rating | 3 |
Size | 2,710 Kb |
Views | 60,690 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Bootstrap Menu | 1,608 Kb |
A Pen by Thomas Bruyer | 1,515 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Fixed Scrolling Nav Bar | Philsinatra | 0 Kb |
Background-blend-mode Test | 0x04 | 4,744 Kb |
Vanilla JS - A toggleClass function | Woodwork | 2,532 Kb |
Project Euler Problem 17 | Bfillmer | 2,739 Kb |
Scarlett Johansson Tribute Page | Diomed | 3,233 Kb |
Tab Menus | Zephyr | 3,180 Kb |
LAMP PURE CSS with Animation | Dam62500 | 2,911 Kb |
TweetBox with React JS | J0zelito | 3,325 Kb |
Bootstrap 3 Price Table | Honglio | 2,655 Kb |
Simple Login Form Template | Banunn | 3,571 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!