Z
Z
zakalindor2021-07-08 22:04:54
css
zakalindor, 2021-07-08 22:04:54

How to make a responsive logo from long text to short text or CSS image?

Good day, comrade Wise Men :)

The essence of my question:
The menu contains text instead, for example - Pirozhenki from St. Petersburg, how to make it so that when the screen is reduced, instead of this long text, there is a smaller text - PiP, for example, or a company logo, in the form Pictures?

Thanks a lot, sorry if the question is too simple :)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Aetae, 2021-07-08
@zakalindor

There are many ways, but I like this trick.

A
Anton Shamanov, 2021-07-08
@SilenceOfWinter

@media (max-width: 600px) {
  сss мобильной версии
}
@media (min-width: 600px) {
  сss десктопной версии
}

Media Queries

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question