Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavr2003 authored Jun 30, 2021
1 parent 7eda80b commit 1c66cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def img_map():

with image(src='workplace.jpg', attr="usemap='#workmap'") as i:
# Loading an image and giving it attr usemap
i.show() # Displaying the image
i.css(opacity=1.7) # Adding CSS to it
i.show() # Displaying the image
i.css(opacity=1.7) # Adding CSS to it

with open_tag('map', attr='name="workmap"'):

Expand Down

0 comments on commit 1c66cac

Please sign in to comment.