/    Sign up×
Community /Pin to ProfileBookmark

Hover effect on Edge

Do you know how I could fix the hover effect on Edge without messing with it on Chrome and Mozila?
https://rogojan-raul-portfolio.netlify.com/

[code]
.card::before {
content: “CLICK ME!” url(“img/Clicked svg.svg”);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
font-weight: 800;
color: white;

opacity: 0;
transition: all 200ms ease;
}
.card:hover::before {
opacity: 1;
}
[/code]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@codyhillauthorAug 20.2019 — @RaulRogojan#1607706 Anyone?
×

Success!

Help @codyhill spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...