My button is not showing up in desktop browsers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

My button is not showing up in desktop browsers?

The button that i have added last in the html body is not working ...can anyone help me to fix the issue?? https://code.sololearn.com/WINJEb2nYmyH/?ref=app

16th May 2019, 1:52 PM
Rishabh
Rishabh - avatar
2 Answers
+ 3
Because you declared it's style in @media screen and (max-width: 700px){ } section So in browser screen wider than 700px only word BUTTON should appear.
16th May 2019, 2:22 PM
domind
domind - avatar
+ 1
domind thanks man 🥰😍🥰🥰🤩🤩
16th May 2019, 2:44 PM
Rishabh
Rishabh - avatar