CSS font not being applied

Does anybody know why my CSS font style cursive is not being applied to my

heading. Here is the code

h3{
  position: absolute;
  margin: 250px;
  width: 150%
  font-family: cursive;
  }

there’s no semicolin after the width style

2 Likes

Dam thats crazy I be feeling dum when I notice these mistakes lmao hahaha thanks a lot man.

it happens to me all the time as well :sweat_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.