Skip to content

[css] 第168天 怎么去掉点击a链接或者图片出现的边框? #1280

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第168天 怎么去掉点击a链接或者图片出现的边框?

Activity

Davidyanlong

Davidyanlong commented on Oct 1, 2019

@Davidyanlong

a{text-decoration:none}
img{border:0 none}

vkboo

vkboo commented on Oct 2, 2019

@vkboo
  • Demo
a:active,
img:active {
    border: none;
    outline: none;
    text-decoration: none;  
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@Davidyanlong@vkboo

        Issue actions

          [css] 第168天 怎么去掉点击a链接或者图片出现的边框? · Issue #1280 · haizlin/fe-interview