A
A
Alexander Andropov2020-05-07 12:19:51
css
Alexander Andropov, 2020-05-07 12:19:51

How to show other content on a mobile device?

There is a navigation menu, I want the following link to be shown on the desktop:

<a class="nav-menu" href="event.php">КАРТА МЕРОПРИЯТИЙ</a>


And on the mobile version, to show like this:

<a class="nav-menu" href="event.php">МЕРОПРИЯТИЯ</a>

Как это сделать?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stepan Krapivin, 2020-05-07
@xevin

wrap the word

MAP
in a span tag and use media queries to hide on mobile screen resolutions

F
felony13twelve, 2020-05-07
@felony13twelve

mobility check

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question