Skip to content

tr2cky/sass1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create the layout displayed in sass_exercise_1_layout.jpg using the rules nesting and the Sass Variables.

You should use the following colors:

  • red
  • blue
  • green

Suggestion:

$color-primary: red; $color-tertiary: green;

.exercise { border: 1px solid $color-primary;

.exercise-title {
    color: $color-tertiary;
}

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published