Skip to content

Instantly share code, notes, and snippets.

View manimanis's full-sized avatar
🌴
Busy Working

Mohamed Anis MANI manimanis

🌴
Busy Working
View GitHub Profile
@manimanis
manimanis / ex01.py
Last active January 2, 2019 16:16
Programme minimal pour l'utilisation de la tortue
import turtle
tr = turtle.Turtle()
# Vos commandes ici
turtle.mainloop()
turtle.bye()
@manimanis
manimanis / gist:f9a58f36532f7c1156c28238849a0a45
Created August 10, 2019 18:29
Andela MWS - 2nd Challenge
SmartPay
Challenge 1 of 4
Build & Style The UI
Step 1
Style the BODY element with a white background color.
Within the BODY tag, create a DIV and give it a data-cart-info attribute. Inside this DIV, create a HEADING element with mdc-typography--headline4" as its CSS class.
The HEADING element should have 2 SPAN children elements. The First SPAN element displays a shopping cart by setting it's CSS class to material-icons and its content to shopping_cart. The second SPAN element should have a data-bill attribute and will be used to display the total figure the user is trying to pay on the app.