Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 如何创建这样的三角形?_Css - Fatal编程技术网

Css 如何创建这样的三角形?

Css 如何创建这样的三角形?,css,Css,您好,我想知道如何在此模板中在页脚顶部创建这些小三角形:。 我在源代码中查找了CSS,发现了以下内容: border-top: 1px solid # e0e0e0 但它不起作用 这是一个好主意 你忘了看这个: #footer-container { background: url(images/bg-foot.gif) left top repeat-x #f5f5f5; margin: 80px 0 0 0; } 只是说,如果你想得到它,你需要这个CSS: .footer {

您好,我想知道如何在此模板中在页脚顶部创建这些小三角形:。 我在源代码中查找了CSS,发现了以下内容:

border-top: 1px solid # e0e0e0 
但它不起作用

这是一个好主意

你忘了看这个:

#footer-container {
  background: url(images/bg-foot.gif) left top repeat-x #f5f5f5;
  margin: 80px 0 0 0;
}
只是说,如果你想得到它,你需要这个CSS:

.footer {
  background: url("http://turbo.themezilla.com/classica/wp-content/themes/classica/images/bg-foot.gif") left top repeat-x #f5f5f5;
}
但是未经他们的许可,不要对图像进行热链接。图像看起来是这样的:


小提琴手:他们用图像作为页脚,我甚至不知道该如何标记这个问题,但我知道它不属于这里。