文件名称:stylesheets-and-nested-selectors-css-lab-abp-11-17
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-17 04:48:52
Ruby
CSS样式表和嵌套选择器
目标
<link>到index.html外部样式表style.css 。
使用嵌套的元素选择器来设置“破冰船”首页的导航样式。
玩边框,高度,填充,边距,行内显示和浮动。
指示
我们将设置“破冰船”网站导航的样式。 目标是使用浮点数将h3移至左侧,将nav移至右侧。 我们还将添加其他样式,例如底部边框和某些颜色。 在本实验结束时, index.html的导航将类似于:
在style.css对样式进行编码,并使用<link>标记将其包含在index.html ,该标记具有href属性和值stylesheet的rel属性。
您必须使用下面描述的特定选择器来设置导航样式。
【文件预览】:
stylesheets-and-nested-selectors-css-lab-abp-11-17-master
----index.html(919B)
----CONTRIBUTING.md(2KB)
----Gemfile(124B)
----Gemfile.lock(989B)
----.rspec(64B)
----spec()
--------stylesheets_and_nested_selectors_css_spec.rb(4KB)
--------spec_helper.rb(4KB)
----LICENSE.md(1KB)
----.gitignore(0B)
----.learn(79B)
----README.md(2KB)
----.hints(47B)
----style.css(92B)