这是我的代码:: http://prntscr.com/8cfvmi。
我需要在我的div中添加这样的箭头:http://prntscr.com/8cfwok如何将这样的箭头添加到我的div中?
.user-validation-error{
display:none;
font-size:13px;
border: 1px solid red;
position:absolute;
z-index:99;
border-radius: 2px;
background-color:#d9534f;
color:white;
right: 65px;
top: 75px;
height: 25px;
padding: 2px;
}
答案 0 :(得分:0)
常见"技巧"是在CSS中使用伪元素::after
和::before
。
使用此网站可以节省大量时间:http://cssarrowplease.com/