/travel-world

is the Travel-World website

Primary LanguageSCSSMIT LicenseMIT

Welcome to Travel World website

demo

I created the Travel-Word site using SASS

CSS example:

body main {
  margin: none;
}

SASS example:

body {
  main {
    margin: none;
  }
}