what’s wrong with my html for my layout? why won’t it work

@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

p{

Β  .just-me-again-down-here-regular {

Β  font-family: "Just Me Again Down Here", cursive;Β 

Β  font-size: 200%;

Β  font-weight: 400;

Β  font-style: normal;

}


}

h1,h2,h3,h4,h5{

Β  .just-me-again-down-here-regular {

Β  font-family: "Just Me Again Down Here", cursive;Β 

Β  font-size: 200%;

Β  font-weight: 400;

Β  font-style: normal;

}



3 Kudos

Comments

Displaying 3 of 3 comments ( View all | Add Comment )

GOAT

GOAT's profile picture

@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

p, h1, h2, h3, h4, h5 {
font-family: "Just Me Again Down Here", cursive;
font-size: 200%;
font-weight: 400;
font-style: normal; }

ig thats what u were tryin to do :o

hope it helps xoxo


Report Comment

mr robot

mr robot 's profile picture

you have som css errors
1. you put a class inside a p {selector}
2. same problem w h1-h5 block
3. classes aren’t applied anywhere
4. the @import is correct but only works in the first line so js double check that

if you need any help or wtv dm me though i can try to help out


Report Comment

πŸ‡¦πŸ‡· INOI.exe (neet) ♥️

 πŸ‡¦πŸ‡· INOI.exe (neet) ♥️ 's profile picture

Skill issue.


Report Comment