Skip to content

Kieckss/html-css-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

html-css-styles

Basic html webpage with css styles

<title>Basic Webpage</title>

Welcome to My Website

<main>
    <section>
        <h2>About Me</h2>
        <p>This is a simple webpage with some basic styling.</p>
    </section>

    <section>
        <h2>Services</h2>
        <p>Here you can describe the services you offer.</p>
    </section>
</main>

<footer>
    <p>&copy; 2024 My Website</p>
</footer>

About

Basic html webpage with css styles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published