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.
from datetime import datetime | |
import string | |
from nltk.stem.lancaster import LancasterStemmer | |
from nltk.corpus import stopwords | |
#Gets the tweet time. | |
def get_time(tweet): | |
return datetime.strptime(tweet['created_at'], "%a %b %d %H:%M:%S +0000 %Y") |
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.