0

Css problem

Why my css don't connect my html at this app??

9th Jul 2025, 8:39 PM
Dark
Dark - avatar
8 Antworten
+ 3
Hey! I noticed a few little things in your CSS code that you might wanna fix: 1. Some of the { brackets weren’t closed — just make sure every block ends with a }. 2. You wrote .cards.card, but there should be a space between them like this: .cards .card. 3. Last thing — if you're only targeting one class like .card or .content, there's no need to include the parent class. Just use the class name on its own like .content. Let me know if anything’s unclear — happy to help anytime! 🙌
10th Jul 2025, 6:02 PM
Mehdi
Mehdi - avatar
+ 4
Which app? Share your code
9th Jul 2025, 10:04 PM
Mehdi
Mehdi - avatar
+ 2
The Sololearn compiler has all 3 Web languages (HTML, CSS, JavaScript) linked automatically. You don't need to link it. Or, are you trying to link to another css file elsewhere? Is it publicly accessible? As Mehdi said, it would help if we could see the code. Here's a guide: https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app
10th Jul 2025, 7:12 AM
Ausgrindtube
Ausgrindtube - avatar
+ 2
Thank you very much I hope you have a blessing life and time Mehdi
10th Jul 2025, 6:24 PM
Dark
Dark - avatar
+ 2
Thank you 🙂
10th Jul 2025, 6:30 PM
Mehdi
Mehdi - avatar
+ 1
Mehdi i send a code I hope you can help me
10th Jul 2025, 5:41 PM
Dark
Dark - avatar
0
Thank you for your help Ausgrindtube i hope you can help me
10th Jul 2025, 5:40 PM
Dark
Dark - avatar