html图形与表单表格

html图形与表单表格

七拼八凑
1.给这个DIV的样式加一条:cursor:pointer鼠标指向时会
出现小手
2.CSS鼠标手型效果 <a href="#" style="cursor:hand">CSS鼠标手型效果</a><br/></span>  
3.CSS鼠标由系统自动给出效果 <a href="#" style="cursor:auto">CSS鼠标由系统自动给出效果</a><br/></span>  
4.CSS鼠标十字型 效果 <a href="#" style="cursor:crosshair">CSS鼠标十字型 效果</a><br/></span> 
5.CSS鼠标I字型效果 <a href="#" style="cursor:text">CSS鼠标I字形效果</a><br/></span>  
6.CSS鼠标等待效果 <a href="#" style="cursor:wait">CSS鼠标等待效果</a><br/></span>  
7.CSS鼠标默认效果 <a href="#" style="cursor:default">CSS鼠标默认效果</a><br/></span>  
8.CSS鼠标向右的箭头效果 <a href="#" style="cursor:e-resize">CSS鼠标向右的箭头效果</a><br/></span>  
9.CSS鼠标向右上箭头效果 <a href="#" style="cursor:ne-resize">CSS鼠标向右上箭头效果</a><br/></span> 
10.CSS鼠标向上箭头效果 <a href="#" style="cursor:n-resize">CSS鼠标向上箭头效果</a><br/></span> 
11.CSS鼠标向左上箭头效果 <a href="#" style="cursor:nw-resize">CSS鼠标向左上箭头效果</a><br/></span>
12.CSS鼠标向左箭头效果 <a href="#" style="cursor:w-resize">CSS鼠标向左箭头效果</a><br/></span>
13.CSS鼠标向左下箭头效果 <a href="#" style="cursor:sw-resize">CSS鼠标向左下箭头效果</a><br/></span>
14.CSS鼠标向下箭头效果 <a href="#" style="cursor:s-resize">CSS鼠标向下箭头效果</a><br/></span> 
15.CSS鼠标向右下箭头效果 <a href="#" style="cursor:se-resize">CSS鼠标向下箭头效果</a><br/></span>  
#### 1.多边形形成
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style> 
    div{
        width: 100px;
        height: 100px;
        background-color: #333;
        float: left;
        margin-right: 10px;
    } 
    .clip-path1 {
        clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0 38%, 37% 38%);
    }
    .clip-path2 {
        clip-path: polygon(20% 0,80% 0,100% 100%,0 100%);
    }
    .clip-path3 {
        clip-path: polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%);
    }
    .clip-path4 {
        clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
    }
    .clip-path5 {
        clip-path: polygon(50% 0, 90% 20%,100% 60%,75% 100%,25% 100%,0 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值