Hello i have a problem in editing the font-size and font-weight of what’s inside the p tag, here is what i’m talking about :
.welcome-section p {
font-size: 20px;
font-weight: 200;
font-style: italic;
font-size: 3rem;
text-align: center;
padding-top: 0px;
color:#97EF2E;
}
for example whenver i try to change the font-size number nothing happen it stays in the same case and i don’t know why ! please someone help me.
here is the link to my code https://codepen.io/SamRad1996/pen/MNPzoV?editors=1100