A collation of software development/engineering resources.
Hello and welcome to the resources repo! This has been created to collate any useful resources regarding software development and engineering! Hopefully you will find this useful and feel free to add any resources you come across. Create your own branch, add resources to this README and folders, then make a pull request!
Contents:
Video Introduction to HTML by CS50 - This is the video about HTML in CS50’s web track. It covers structure of HTML files, tags (title, (h1, h2, h3, h4, h5, h6), img, tables, form, input etc).
Video Introduction to CSS by CS50 - This is the video about CSS in CS50’s web track. It covers the basics of CSS like colours, classes (one and multiple), text-alignment, inline CSS, style tags, external CSS files, font-family etc.
Flexbox Froggy - This is a game by Codepip that is designed to help you to learn flexbox in CSS. It’s pretty fun!