Name 1 2 3
body { margin: 0px; padding: 0px; display: flex; justify-content: center; font-family: sans-serif, serif; font-size: 20px; } .grid { width: 100vw; height: 100vh; margin-right: 50px; margin-left: 50px; } .header_container { height: 70px; width: 100%; display: flex; justify-content: space-between; align-items: center; }.application_info { display: flex; align-items: center; } .header_text_button_center a { margin: 0 10px; position: relative; }.header_text_button_center img { height: 25px; width: 25px; } .header_text_button_right img { height: 25px; width: 25px; margin-left: 10px; }И остальной не такой важный код... (а может и важный)
можносдвинутьmarginилиtopа может дажеpadding
html
css Без position: fixed; это выглядит так. А если добавить position: fixed; то оно съезжает и выглядит так.(Помогите пожалуйста)