Closed
Description
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.
Here is the HTML code :
`
{% endblock %}
</head>
<body>
<ul id="list1">
<li><a href="{{url_for('home_page')}}">Home</a></li>
<li><a href="{{url_for('current_projects')}}">Current projects</a></li>
<li><a href="{{url_for('about')}}">About us</a></li>
<li><a href="{{url_for('contacts')}}">Contacts</a></li>
<li><a href="{{url_for('help')}}">Help</a></li>
</ul>
{% block body %}
{% endblock %}
</body>
But when I try to add styles to list elements ith css, nothing happens.
Thanks for your help.
Metadata
Metadata
Assignees
Labels
No labels