gpt4 book ai didi

html -
在背景中带有 css 三 Angular 形

转载 作者:行者123 更新时间:2023-11-28 03:10:32 25 4
gpt4 key购买 nike

我想使用 css 三 Angular 形作为背景的形状,但我不知道该怎么做或是否可行。

最后它应该是一个如下图所示的菜单。

enter image description here http://i59.tinypic.com/4gitzq.png

我找到了一些制作形状的方法,但我无法将文本放入其中...

我只需要知道是否可以通过使用没有图像的 html 和 css 来获得它,以及三 Angular 形是否是正确的选择。

这个菜单下应该是另一个<div>黄色背景连接到菜单,所以它会形成一个形状。

非常感谢您的所有回复和建议。

附言: fiddle

我想在左侧找到“主页”,但我迷路了...

body	{
background-color:
}

.shape {
width:960px;
margin:0 auto;
}
.top {
}
.bottom {
width: 960px;
height: 50px;
padding-top: 25px;
font-family: 'Source Sans Pro', sans-serif;
color: #f1c40f;
text-align: right;
background: #f1c40f; /* Old browsers */
background: -moz-linear-gradient(4.5deg, #f1c40f 50%, #1c2228 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(50%,#f1c40f), color-stop(50%,#1c2228)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(4.5deg, #f1c40f 50%,#1c2228 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(4.5deg, #f1c40f 50%,#1c2228 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(4.5deg, #f1c40f 50%,#1c2228 50%); /* IE10+ */
background: linear-gradient(4.5deg, #f1c40f 50%,#1c2228 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f', endColorstr='#1c2228',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bottom a.special {
text-align: left;
padding:100px;
color: red;
}
.bottom a, a:link, a:visited, a:hover {
color:#f1c40f;
background-color:transparent;
text-decoration:bold;
}
.bottom a, a:active {
color:#f1c40d;
background-color:transparent;
text-decoration:none;
}
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" />
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700,200italic,400italic,600italic,700italic&subset=latin-ext' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="bottom">
<a class="special">Homepage</a>
<a href="">About</a>
<a href="">Works</a>
<a href="">Contact</a>
</div>
</body>
</html>

最佳答案

尝试使用 triangle shape 的跨浏览器技术.

它是跨浏览器,不会产生像素化效果。

这是一个working demo .

关于html - <div> 在背景中带有 css 三 Angular 形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30766257/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com