Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.07 KB

CSS Battle Collection

This collection contains my solutions to the CSS Battle daily challenges.

Table of Contents

Introduction

CSS Battle is a website that offers daily and weekly CSS challenges to test and enhance our CSS abilities.

This repository contains my solutions to such challenges.

Getting Started

To view my solutions, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Diego-PB/CssBattle.git
    
  2. Navigate to the appropriate challenge directory:

    cd Daily Css Battle/Date(ex: 20-02-2024)
  3. To view the solution, look at the 'README.md' file.

NOTE: The different codes aren't optimized to have the fewest characters possible or to reach 100%, but rather around 99.9% sometimes on the CSS Battle website.

Usage

This repository is updated on a daily basis with new target solutions that you may use to develop your CSS abilities.