Zelda Project is a personal project to practice some new html tags.
The project was developed with the following technologies:
- HTML is a HyperText Markup Language that allows the creation and structure of sections, paragraphs, links and others tags.
- CSS or Cascading Style Sheets (CSS) is a simple mechanism for adding style, fonts, colors, spacing to Web documents.
- Javascript is a scripting language for creating dynamic web page content.
First clone the project:
git clone https://github.com/tthheusalmeida/zelda-project.git
Open index.html
file,
Enjoy!
- First, I leave ⭐ if you liked it!
- Fork this repository.
- Create a branch with the features:
git checkout -b my-feature
- Commit:
git commit -m 'feat: My new feature'
- Submit your branch:
git push origin my-feature
This project is under the MIT license. see the license page for more details.