Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakimohammed/html-company-app
This is our first HTML project using plain HTML
https://github.com/zakimohammed/html-company-app
html netlify
Last synced: about 1 month ago
JSON representation
This is our first HTML project using plain HTML
- Host: GitHub
- URL: https://github.com/zakimohammed/html-company-app
- Owner: ZakiMohammed
- Created: 2022-01-13T18:13:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T15:20:13.000Z (about 3 years ago)
- Last Synced: 2024-11-10T10:12:48.594Z (3 months ago)
- Topics: html, netlify
- Language: HTML
- Homepage: https://html-company-app.netlify.app/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Company App
This is our first HTML project using plain HTML. We are having following pages in our project:
1. Home
2. About
3. Service
4. Contact#### CSS properties used
```
vertical-align: top; // default is 'middle'
width: 100%; // default is 'auto'
```