D
D
Dwellss2020-05-12 18:58:19
css
Dwellss, 2020-05-12 18:58:19

How to style the link for a paragraph?

How to write a link style for a paragraph, i.e. for links that are inside the ?<p></p>

{
  font-weight: 400;
  color: #1a2e35;
  text-decoration: underline;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xdevelx, 2020-05-12
@Dwellss

p a {
  font-weight: 400;
  color: #1a2e35;
  text-decoration: underline;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question