网站看起来很奇怪

时间:2017-08-23 01:56:56

标签: html css

为什么我的段落里面的div大于div。对我而言,它没有任何意义。你们能解释为什么会发生这种情况以及如何解决这个问题。

CSS:

  #whos{
  font-size: 15px;
  color: black;
  }

HTML:

 <div id="Text">

 <b id="bold">Hello,my name is Navjeeven</b>

 <p id="whos">
  I am Currently enrolled at
  <a href="https://www.bramptoncs.org">Brampton Christian School</a>
  </p>

 </div>

What it looks like right now?

1 个答案:

答案 0 :(得分:0)

您有另一种样式:-(void)viewWillLayoutSubviews { [super viewWillLayoutSubviews]; [self.txtQuestion scrollRangeToVisible:NSMakeRange(0, 0)]; } 会覆盖字体大小。

https://css-tricks.com/specifics-on-css-specificity/