Skip to content

Arubh/GDSC_BasicCSS

Repository files navigation

GDSC Basic CSS Tutorial

Welcome to the GDSC (Google Developer Student Clubs) Basic CSS Tutorial repository! This repository contains code and resources for the Basic CSS tutorial. Whether you're new to web development or looking to refresh your CSS skills, this tutorial will help you get started with the fundamentals of CSS (Cascading Style Sheets).

Table of Contents

Overview

This repository serves as the base for the GDSC Basic CSS Tutorial. In this tutorial, you will learn the essential concepts of CSS, including selectors, properties, and how to style HTML elements. By the end of the tutorial, you'll have the knowledge to enhance the visual design of web pages.

Prerequisites

Before you begin with this tutorial, please ensure that you have the following prerequisites:

  • A basic understanding of HTML. If you're new to HTML, you might want to check out introductory HTML tutorials.

  • A code editor of your choice installed on your computer. Popular choices include Visual Studio Code, Sublime Text, or Atom.

Cloning the Repository

To get started with the tutorial, follow these steps to clone the repository to your local machine:

  1. Clone the Repository: Open your terminal or command prompt and use the following command to clone the repository:

    git clone https://github.com/username/GDSC_BASICCSS.git

    Replace username with your GitHub username.

  2. Navigate to the Repository Folder: Use the cd (change directory) command to navigate to the cloned repository folder:

    cd GDSC_BASICCSS

Running the HTML and CSS Locally

After cloning the repository, you can run the HTML and CSS files locally to see the tutorial examples in action. Here's how:

  1. Open the HTML File: Locate the HTML file (usually named index.html) in the cloned repository folder. Open it in your code editor.

  2. Open the CSS File (if present): If there is a separate CSS file (usually named style.css), open it in your code editor. You may also find inline CSS within the HTML file.

  3. View in Browser: To view the web page, right-click on the index.html file in your code editor and select "Open with Live Server" if your code editor supports this feature. If not, you can simply open the index.html file in your web browser by double-clicking it.

  4. Preview the Web Page: You should see the tutorial web page rendered in your browser. You can make changes to the HTML and CSS files and see the results instantly by refreshing the web page.

Tutorial Content

Inside this repository, you will find:

  • HTML Files: HTML files that serve as the structure of the tutorial examples.

  • CSS Files (if applicable): CSS files that contain styling rules for the HTML elements.

  • Tutorial Instructions: Detailed instructions on each part of the tutorial.

  • Tutorial Resources: Additional resources and references for learning CSS.

Feel free to explore the provided content, follow the tutorial instructions, and experiment with CSS to enhance your understanding.

Additional Resources

To further enhance your CSS skills and web development knowledge, consider exploring the following resources:

With this tutorial and the additional resources, you'll be well on your way to becoming proficient in CSS and enhancing your web development skills. Happy coding!

About

This a git repo for Basics of CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •