Skip to content

ntrappe/wi21-cse110-lab3

Repository files navigation

WI21-CSE110-LAB3

CSE 110 Lab 3: CSS + Agile

Click here to view the hosted GitHub Pages site. Otherwise, the ONLY html file is index.html and the external CSS doc is style.css.

For the TA, if you want to make your life easier, check out standup_notes.md. It's got all the notes but I also included examples of all the elements that exist.

For example:

  • General sibling combinator (element ~ element)
        code ~ code[class="src"] {
           color: aquamarine;
        }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published