owned this note changed 4 years ago
Published Linked with GitHub

7/5(一) 每日任務

問題

請問 .box 實際高度是多少?(請不要用瀏覽器觀察)

畫面呈現

文字部分以兩行呈現為準

HTML

<div class="box"> <p class="text"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo, provident sed illum recusandae nobis quidem? Cum nostrum, ab consectetur dolore fuga odit animi, debitis non quam deleniti sit numquam pariatur. </p> <img class="image" src="https://ithelp.ithome.com.tw/storage/image/logo.svg" alt=""> </div>

CSS

.text{
  font-size: 16px;
  line-height: 24px; 
  margin-bottom: 30px
}
.image{
  height: 30px;
}

回報流程

  1. 將答案貼在 Codepen 並複製 Codepen 連結貼至「回報區」回報
    (也可以將答案直接貼至「回報區」)

回報區

Jeff H

124.Dawn-7/5每日任務

Select a repo