<hr> tag in my Applied Visual Design doesn't seem to work

h4 { text-align: center; height: 25px; } p { text-align: justify; } .links { text-align: left; color: black; } .fullCard { width: 245px; border: 1px solid #ccc; border-radius: 5px; margin: 10px 5px; padding: 4px; } .cardContent { padding: 10px; } .cardText { margin-bottom: 30px; }

GoogleAlphabet


Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.

Give your code format by surrounding it with three backticks, like this:
```
Your code
```

There is a know issue on this challenge. To pass it, you should change the order of the em and p tags.
<em><p>Google was founded...</p></em>.

@SpaniardDev Thank a lot.Worked perfectly…!!

1 Like