Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'
```