Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Underline text on css

12kelvin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 29, 2019

How can i hover on text and see the underline line appears and then disappear?

1 answer

0 votes
Tyler T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 30, 2019

Is this a web development question or about Bitbucket Cloud? ;) 

You could do something like this:

p {
text-decoration: none;
}

p:hover {
text-decoration: underline;
}

Mozilla has some great documentation for web developers:

text-decoration: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration

using :hover: https://developer.mozilla.org/en-US/docs/Web/CSS/:hover

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events