Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natalia-bp/postcardex_29-nataliabp
Ejercicio del postcard con HTML y CSS
https://github.com/natalia-bp/postcardex_29-nataliabp
Last synced: 13 days ago
JSON representation
Ejercicio del postcard con HTML y CSS
- Host: GitHub
- URL: https://github.com/natalia-bp/postcardex_29-nataliabp
- Owner: Natalia-BP
- Created: 2021-01-24T03:23:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T03:25:21.000Z (about 4 years ago)
- Last Synced: 2024-11-14T07:43:49.152Z (2 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![4Geeks Logo](http://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,16) HTML Hello
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)
The most basic boilerplate for any 4Geeks Academy Student using the [gitpod.io](gitpod.io) coding editor.
[![How to open html/css preview of my project in gitpod](https://github.com/4GeeksAcademy/Templates-Boilerplates/blob/master/web-docs/static/hello-html-intro.jpg?raw=true)](https://youtu.be/dfbDCMu_p-0)
## What to do next?
Create a `index.html` file with the [basic HTML structure](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) and see it live by running web-server using the following command:
```sh
$ pip3 install flask && python3 server.py
```- You can create as many HTML files you want
- You can also create CSS files and you can import them onto your website using a `` tag placed between the `` tags, like this:```html
...
...```