akshayitzme / cinlist

Developing a Progressive WebApp to list your favorite series and movies.
Apache License 2.0
4 stars 11 forks source link

css: change styling for all anchor tags #22

Closed akshayitzme closed 1 year ago

akshayitzme commented 1 year ago

by default, <a> tags are underlined to indicate they're linked to another page. we want to remove the underlines of all the anchor tags.

Refer: W3 Schools | CSS text-decoration Property

Example

...
... 

a{
    text-decoration: none;
}
heraldjose10 commented 1 year ago

I can take this up. Please assign this to me. Thanks

akshayitzme commented 1 year ago

I can take this up. Please assign this to me. Thanks

assigning this to you :+1: