An open API service indexing awesome lists of open source software.

https://github.com/andre2l2/travel-world

is the Travel-World website
https://github.com/andre2l2/travel-world

css html webpage

Last synced: 9 months ago
JSON representation

is the Travel-World website

Awesome Lists containing this project

README

          


Welcome to Travel World website


demo

> I created the [Travel-Word](https://andre2l2.github.io/Travel-World/) site using SASS

CSS example:

```css
body main {
margin: none;
}
```

SASS example:

```scss
body {
main {
margin: none;
}
}
```