This project creates a digital representation of a Mondrian-style artwork using HTML and CSS. It mimics the famous grid-based compositions of Piet Mondrian.
- Grid-based layout using CSS Grid for accurate positioning.
- Colors inspired by Piet Mondrian's compositions.
- Simple hover effects and animations to enhance interactivity.
Simply open index.html
in your web browser to view the Mondrian art composition.
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/your-username/mondrian-art-project.git Open index.html in your web browser.
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request