Skip to content

[css] 第538天 使用css3制作一个鼠标经过文本时,显示出边框的动画特效 #3016

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第538天 使用css3制作一个鼠标经过文本时,显示出边框的动画特效

3+1官网

我也要出题

Activity

ChinaLiuRixing

ChinaLiuRixing commented on Oct 11, 2020

@ChinaLiuRixing

p{
border: 1px solid transparent;
}
p:hover{
border-color: red;
}

否则会引起抖动

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@ChinaLiuRixing

        Issue actions

          [css] 第538天 使用css3制作一个鼠标经过文本时,显示出边框的动画特效 · Issue #3016 · haizlin/fe-interview