1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-19 04:11:24 +02:00

Add Check Browsers Support

This commit is contained in:
Phuoc Nguyen
2020-09-21 23:26:00 +07:00
parent be81f6cbde
commit 08bcea9124
2 changed files with 89 additions and 26 deletions

View File

@@ -1,5 +1,3 @@
[![Vote for me on ProductHunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=176424&theme=light)](https://www.producthunt.com/posts/css-layout?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-css-layout)
# CSS Layout
A collection of popular layouts and patterns made with CSS:
@@ -89,13 +87,54 @@ Be my friend on
## Products
You might be interesting in my products:
You might be interested in my products:
| Product | Description |
|---------------------------------------------------|-------------------------------------------------------------------|
| [Blur Page](https://blur.page) | A browser extension to hide sensitive information on a web page |
| [CSS Layout](https://csslayout.io) | A collection of popular layouts and patterns made with CSS |
| [Fake Numbers](https://fakenumbers.io) | Generate fake and valid numbers |
| [Form Validation](https://formvalidation.io) | The best validation library for JavaScript |
| [HTML DOM](https://htmldom.dev) | How to manage HTML DOM with vanilla JavaScript |
| [React PDF Viewer](https://react-pdf-viewer.dev) | A React component to view a PDF document |
<table>
<tbody>
<tr valign="top">
<td width="25%" align="center">
<h3>1 LOC (3.3k★)</h3>
<a href="https://1loc.dev">Favorite JavaScript utilities in single line of code</a>
</td>
<td width="25%" align="center">
<h3>Blur Page</h3>
<a href="https://blur.page">A browser extension to hide sensitive information on a web page</a>
</td>
<td width="25%" align="center">
<h3>Check Browsers Support</h3>
<a href="https://checkbrowsers.support">A browser extension to check browser compatibility without leaving your tab</a>
</td>
<td width="25%" align="center">
<h3>CSS Layout (2.7k★)</h3>
<a href="https://csslayout.io">A collection of popular layouts and patterns made with CSS</a>
</td>
</tr>
<tr valign="top">
<td width="25%" align="center">
<h3>Fake Numbers</h3>
<a href="https://fakenumbers.io">Generate fake and valid numbers</a>
</td>
<td width="25%" align="center">
<h3>Form Validation</h3>
<a href="https://formvalidation.io">The best validation library for JavaScript</a>
</td>
<td width="25%" align="center">
<h3>HTML DOM (3.1k★)</h3>
<a href="https://htmldom.dev">How to manage HTML DOM with vanilla JavaScript</a>
</td>
<td width="25%" align="center">
<h3>React PDF Viewer</h3>
<a href="https://react-pdf-viewer.dev">A React component to view a PDF document</a>
</td>
</tr>
<tr valign="top">
<td width="25%" align="center">
<h3>this VS that</h3>
<a href="https://thisthat.dev">The differences between ___ and ___ in the front-end development</a>
</td>
<td width="25%" align="center"></td>
<td width="25%" align="center"></td>
<td width="25%" align="center"></td>
</tr>
</tbody>
</table>