css布局实现卡片右上角图标效果代码

代码语言:html

所属分类:布局界面

代码描述:css布局实现卡片右上角图标效果代码

代码标签: 卡片 右上角 图标 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <style>
        body {
            padding: 50px;
        }
        .cont {
            position: relative;
            width: 300px;
            height: 200px;
            background: url(//repo.bfw.wiki/bfwrepo/image/5fbedf8f5349c.png?x-oss-process=image/auto-orient,1/resize,m_fi.........完整代码请登录后点击上方下载按钮下载查看

网友评论0