D
D
De Slow2019-02-18 18:37:05
git
De Slow, 2019-02-18 18:37:05

How to make a responsive header?

cs-16.net
site on it in the header image, how to adapt it correctly?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
D
DevMan, 2016-08-29
@semki096

PHPStorm + GIT. Как настроить игнорирование?

D
deftonee, 2016-09-08
@deftonee

1. сделать git rm <название файла>, предворительно скопировав его, чтобы не потерять
2. добавить файл в .gitignore
3. закоммитить изменения

M
Mozzart88, 2019-02-09
@Mozzart88

  1. git rm --cached <назване файла> - ключ --cached удаляет указанный файл только из индекса, но сам файл
  2. а дальше как указано выше - добавляем файл в .gitignore (можно наоборот - сперва добавить в .gitignore а потом удалить его из индекса)
  3. и коммитимся

V
VegasChickiChicki, 2019-02-18
@VegasChickiChicki

Add header I would try like this

K
Kozlov, 2019-02-18
@romandkoz

backgroud-position: center;

M
Maxim Noverin, 2019-02-18
@senover

background-position-y: top;
background-position-x: center;

A
Artem Ponomarev, 2019-02-18
@goldmayor

Place the logo in the block, set the properties of the block using media queries. and img-max-width: 100%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question