Skip to content

hackreactor/html_and_css_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Hack Reactor: HTML and CSS Workshop

It's time to build a website! Leverage the knowledge you gained during the workshop lectures to make your own site. If you know how to create HTML and CSS files on your computer and use a text editor to write code, go ahead and get a site going that way. If not, follow these steps to create an environment where you can start writing code:

  1. Go to repl.it
  2. Click on the new repl button
  3. Select 'HTML, CSS, JS' from the dropdown menu

This will create an environment with three files: an HTML file, a CSS file, and a JavaScript file. They are are linked together through the HTML file, so you can jump right into writing code and creating your website!

  • Write your HTML code in the index.html file
  • Write your CSS code in the style.css file.

Slides

The lesson slides for this workshop can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published