css 第2课:HTML和CSS基础知识(2/3)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 第2课:HTML和CSS基础知识(2/3)相关的知识,希望对你有一定的参考价值。

<!-- 
Exercise II - Add CSS
Time: 15 Minutes

Add CSS to make the HTML elements match their descriptions. Do not edit this HTML file. ALL of your work will be done in the CSS window to the left.
-->
<div>
  <h3 id='id1'>Red text header with a blue border!</h1>
  <p class="class1">This paragraph should have a black background and yellow text</p>
  <span class="class1">Black background and white text.</span>
  <span>Blue background and white text.</span>
</div>
<div>
  <h3>Red text header with red border!</h3>
  <p>Green text with white background color</p>
  <p id="id2">Green text, white background color, dashed purple border</p>
</div>
Lesson 2: HTML and CSS Fundamentals (2/3)
-----------------------------------------


A [Pen](https://codepen.io/lambdaschool/pen/ELXPpY) by [Lambda School](https://codepen.io/lambdaschool) on [CodePen](https://codepen.io).

[License](https://codepen.io/lambdaschool/pen/ELXPpY/license).
/* Your code here: */

h3 {

}

p {

}

span {

}

p.class1 {

}

.class1 {

}

#id1 {

}

#id2 {
  
}

以上是关于css 第2课:HTML和CSS基础知识(2/3)的主要内容,如果未能解决你的问题,请参考以下文章

css 第2课:HTML和CSS基础知识(1/3)

CSS设计彻底研究 这本书的学习材料还有么

「HTML+CSS」基础入门精英课01

前端就业课 第一阶段HTML5 零基础到实战一篇文CSS基础入门

第2章WEB02-CSS&JS篇

《nodejs+gulp+webpack基础实战篇》课程笔记--附加课