Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andriikot/legacy_responsive_web_design_challenges-freecodecamp-
CSS-HTML5
https://github.com/andriikot/legacy_responsive_web_design_challenges-freecodecamp-
css css-animations css-flexbox css-grid css3 css3-animations html html5
Last synced: 3 days ago
JSON representation
CSS-HTML5
- Host: GitHub
- URL: https://github.com/andriikot/legacy_responsive_web_design_challenges-freecodecamp-
- Owner: AndriiKot
- Created: 2024-05-25T20:45:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T21:24:41.000Z (5 months ago)
- Last Synced: 2024-11-07T15:17:49.666Z (about 2 months ago)
- Topics: css, css-animations, css-flexbox, css-grid, css3, css3-animations, html, html5
- Language: HTML
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Legacy Responsive Web Design Challenges
In this Responsive Web Design Certification,
you'll learn the languages that developers use
to build webpages: HTML (Hypertext Markup Language)
for content, and CSS (Cascading Style Sheets) for design.First, you'll build a cat photo app to learn the basics
of HTML and CSS. Later, you'll learn modern techniques
like CSS variables by building a penguin, and best
practices for accessibility by building a web form.Finally, you'll learn how to make webpages that respond
to different screen sizes by building a Twitter card
with Flexbox, and a complex blog layout with CSS Grid.### [Basic HTML and HTML5](https://github.com/AndriiKot/HTML__Basic__FreeCodeCamp)
### Basic CSS
### [CSS Flexbox](https://github.com/AndriiKot/CSS__Flexbox__FreeCodeCamp)
### CSS Grid