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
- Host: GitHub
- URL: https://github.com/andre2l2/travel-world
- Owner: andre2l2
- License: mit
- Created: 2020-07-04T23:57:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T01:35:17.000Z (over 3 years ago)
- Last Synced: 2025-01-06T05:28:48.392Z (over 1 year ago)
- Topics: css, html, webpage
- Language: SCSS
- Homepage: https://andre2l2.github.io/travel-world/
- Size: 56.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Travel World website
> 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;
}
}
```