Made with 4 elements and 4 pseudo elements. Google now ICON with animation using only CSS
Forked from web-tiki's Pen CSS Google now Icon .
A Pen by Captain Anonymous on CodePen.
| process.env['PLATFORM_ARCH_OVERRIDE'] = 'x64'; | |
| const webdriverio = require('webdriverio'); | |
| const chromedriver = require('chromedriver'); //using https://www.npmjs.com/package/chromedriver | |
| const PORT = 9515; | |
| chromedriver.start([ | |
| '--url-base=wd/hub', | |
| `--port=${PORT}`, | |
| '--verbose' |
Made with 4 elements and 4 pseudo elements. Google now ICON with animation using only CSS
Forked from web-tiki's Pen CSS Google now Icon .
A Pen by Captain Anonymous on CodePen.
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 111111 |