Skip to content

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

Closed
@DevBeginner1

Description

@DevBeginner1

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 %}
</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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions