https://github.com/dracula27/freecodecamp_responsivewebdesign_balancesheet
You can use CSS pseudo selectors to change specific HTML elements. In this course, you'll build a balance sheet using pseudo selectors. You'll learn how to change the style of an element when you hover over it with your mouse, and trigger other events on your webpage.
https://github.com/dracula27/freecodecamp_responsivewebdesign_balancesheet
css css-flexbox css3 freecodecamp freecodecamp-curriculum freecodecamp-front freecodecamp-frontend freecodecamp-project html html-css html5 html5-css3
Last synced: about 2 months ago
JSON representation
You can use CSS pseudo selectors to change specific HTML elements. In this course, you'll build a balance sheet using pseudo selectors. You'll learn how to change the style of an element when you hover over it with your mouse, and trigger other events on your webpage.
- Host: GitHub
- URL: https://github.com/dracula27/freecodecamp_responsivewebdesign_balancesheet
- Owner: DrAcula27
- Created: 2024-04-27T01:24:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T01:30:08.000Z (about 1 year ago)
- Last Synced: 2025-01-18T05:28:34.849Z (3 months ago)
- Topics: css, css-flexbox, css3, freecodecamp, freecodecamp-curriculum, freecodecamp-front, freecodecamp-frontend, freecodecamp-project, html, html-css, html5, html5-css3
- Language: HTML
- Homepage: https://dracula27.github.io/freeCodeCamp_responsiveWebDesign_balanceSheet/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeCodeCamp_responsiveWebDesign_balanceSheet
## Live Demo
[Balance Sheet](https://dracula27.github.io/freeCodeCamp_responsiveWebDesign_balanceSheet/)
## Project Information
The first of three(3) learning projects before the third certification project in freeCodeCamp's [Responsive Web Design course](https://www.freecodecamp.org/learn/2022/responsive-web-design/).
The course/project description from their website is as follows:
> You can use CSS pseudo selectors to change specific HTML elements. In this course, you'll build a balance sheet using pseudo selectors. You'll learn how to change the style of an element when you hover over it with your mouse, and trigger other events on your webpage.