Skip to content

vikram87in/css-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CSS Practice Project

This project is designed to help you learn CSS by practicing different concepts. Each concept has its own HTML file and corresponding CSS file located in the concept folder.

Folder Structure

Here is the current folder structure of the project:

- root
  - template.html
  - template.css
  - concept
    - concept-name
      - index.html
    - ...
  - assets
    - images
      - ...
  • The template.html and styles.css files in the root directory can be used as a starting point for creating new HTML and CSS files.
  • The concept folder contains subfolders for each concept you will be learning. Inside each concept folder, you will find an index.html file where you can practice and experiment with the specific concept.
  • The assets folder is used to store any additional assets, such as images, that you may need for your project.

Opening the Page

Simply open the index.html file with the Five Server to view the page in your browser. Once Five Server is active, we can just click on the html file in the Explorer tab to open/view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published