import icons
Square()
Text(text='Love Pink', y=90, color='hotpink')
Text(text='Love Pink', y=10, color='hotpink')
c=icons.Heart(color='hotpink', height=300, width=300)
with animation(duration=2):
    c.height=60
    c.width=60
    
with animation(duration=5):
    pass

Love Pink

by noor

Created 6 years, 1 month ago.