AllThingsSmitty / css-protips

⚡️ A collection of tips to help take your CSS skills pro 🦾
Creative Commons Zero v1.0 Universal
28.12k stars 2.16k forks source link

List of links, can't add style with CSS #181

Closed DevBeginner1 closed 10 months ago

DevBeginner1 commented 10 months ago

Hi. I am new with web development. I try to make a list of links, which consists to put all links on the top of a page, on one line, to have something like this.

links

Here is the HTML code : `

{% block head %} {% endblock %} {% block body %} {% endblock %}

`

But when I try to add styles to list elements ith css, nothing happens.

Thanks for your help.

AllThingsSmitty commented 10 months ago

Hi, your question isn't specific to the content in this repo. You will have a better chance of finding an answer if you post your question on Stackoverflow.