今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Project: Footer styles and icons
(lively music) - [Instructor] In this project update, we'll be styling the social media list and the icons, but the first thing we'll do is add the box model fix. You can copy this snippet from the text file in the exercise files. Let's add it to the top of our CSS file right before body as the first global style. It may need to be reformatted since I copied it from the text file. Now let's style the social media list in the footer. Since the list items are block elements, right now, the footer just looks like a big block, so let's change that. Back in the editor, in the index.html file, we're going to go down to the UL tag in the footer and add a class. We only want to apply styles to this list so I'm going to name this socials. Then, we'll add the same class to the list in the resume file so both pages will share this style. Then in the CSS file, create a socials declaration block under the footer section. .socials…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
Intro to the CSS box model58 秒
-
(已锁定)
The box model properties3 分钟 44 秒
-
(已锁定)
Box-sizing and the box model fix4 分钟 23 秒
-
(已锁定)
Inline, block, and display4 分钟 39 秒
-
(已锁定)
Project: Footer styles and icons4 分钟 4 秒
-
(已锁定)
Debugging with developer tools5 分钟 6 秒
-
(已锁定)
Managing box model quirks4 分钟 2 秒
-
(已锁定)
Project: Background image update3 分钟 23 秒
-
(已锁定)
Using negative margin values2 分钟 42 秒
-
(已锁定)
Center aligning with margin3 分钟 42 秒
-
(已锁定)
Project: Adding content wrappers4 分钟 44 秒
-
(已锁定)
Project: Adding a header image5 分钟 56 秒
-
-
-
-
-
-