How does the size is reducing.... | Sololearn: Learn to code for FREE!
0

How does the size is reducing....

heading line how the size of the line is reducing

31st Mar 2017, 5:57 PM
ANAND B
ANAND B - avatar
2 odpowiedzi
+ 1
Please reform your question. I can't understand: you either want the <head> or <header> ... I'll try anyways. For the <head> tag... It's invisible, along with anything inside it. Don't worry if it 'reduces in size'. For the <header> tag... You either need to declare the styling properties Inline, Somewhere else in the document or Externally. By the way. If you're finding that it 'reduces in size', that's because of a phenomemon called space-inheritance. The elements inside the designated container will make the parent expand or contract if added or removed. The general movement order is Left To Right (whatever the elements may be), when it can't fit anymore stuff on the screen, it jumps to the Next Line. To control the movement, use positioning attributes such as 'absolute' or 'fixed', or use margins/paddings. I hope that fixes your problem.
31st Mar 2017, 6:06 PM
ghostwalker13
ghostwalker13 - avatar
0
hmm got it
31st Mar 2017, 6:12 PM
ANAND B
ANAND B - avatar