Skip to content

[Bug]: in-line CSS and external css is present  #58

Open
@CBID2

Description

@CBID2

Description

In the final touches file, both of the images contain in-line CSS:

  1. <img style="width: 150px;" src="https://cdn.pixabay.com/photo/2014/10/27/18/32/obsidian-505332_960_720.jpg" alt="Obsidian" />
  2. <img style="width: 150px;" src="https://cdn.pixabay.com/photo/2014/10/27/18/32/obsidian-505332_960_720.jpg" alt="Obsidian" />

    Since there is external CSS, it best to avoid using it and inline CSS at the same time because most often, they can't be reused.

Solution

Place the inline CSS in the external CSS section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions