Html-css on vs code

Hey my vs code does not identifier CSS class selector i don’t know why

Can you please give you code?

ITS A CONFIDENTIAL PROJECT HERE IS HALF THE CODE

            <!--skill-box-->

            <div class="skill-box">

                <!--icon-->

                <div class="s-box-icon">

                    <i class="fab fa-html5"></i>

                </div>

                <!--skill-box-text-->

                <div class="s-box-text">

                    <strong>Hyper Text Markup Language(HTML) </strong>

                    <p>I have experience in HTML and I completed 50+`Preformatted text`

CSS code too, is needed

Alright but it writes css class selector eg s-box-icon is not found on the html file

            <li><a href="#">Home</a></li>

            <li><a href="#">Skills</a></li>

            <li><a href="#">Projects</a></li>

            <li><a href="@">Contact</a></li>

        </ul>`Preformatted text`

I need you CSS not HTML

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

#main {
    width: 100%;
    height: 100vh;
    position: relative;
}

please identify what parts of the code are not working as expected

1 Like

as i said i writes css class selector eg s-box-icon is not found on the html file then after some times its okay

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.