From 0d3ec6be71c0d984a6854b49fa66e62d034be3fe Mon Sep 17 00:00:00 2001 From: deepjyoti30 Date: Fri, 5 Jun 2020 20:36:53 +0530 Subject: [PATCH] Formatted the collapsable part properly. --- README.md | 72 +++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 3292b9f..aaa201a 100644 --- a/README.md +++ b/README.md @@ -71,61 +71,61 @@ Each square should be present inside the **squares** Object in the ```config.jso Each square can contain the following values.
- Name + Name - ## Name - The name variable contains the **name** of the square block, the one that appears on the top of the square/card. + ## Name + The name variable contains the **name** of the square block, the one that appears on the top of the square/card. - For Eg: If you want to set the squares name to **Media**, it should be + **Datatype**: String + + For Eg: If you want to set the squares name to **Media**, it should be - ```json - "name": "Media" - ``` - - **Datatype**: String + ```json + "name": "Media" + ```
- Color + Color - ## Color - The primary color that the heading of the square has and also the one that the links will have when the cursor is over them. + ## Color + The primary color that the heading of the square has and also the one that the links will have when the cursor is over them. - For Eg: If you want to set the color to **Black** or **#000** or **#000000*, the string should be one of the following + **Datatype**: String - ```json - "color": "Black", - ``` - OR + For Eg: If you want to set the color to **Black** or **#000** or **#000000*, the string should be one of the following - ```json - "color": "#000" - ``` - OR + ```json + "color": "Black", + ``` + OR - ```json - "color": "#000000" - ``` + ```json + "color": "#000" + ``` + OR - >**NOTE**: Currently supports CSS color names and HEX values. + ```json + "color": "#000000" + ``` - **Datatype**: String + >**NOTE**: Currently supports CSS color names and HEX values.
- Links + Links - ## Links - This is an array that will contain objects which will later be parsed to URL. Each object should contain two values. + ## Links + This is an array that will contain objects which will later be parsed to URL. Each object should contain two values. - - name: Name of the URL - - url: The URL. + **Datatype**: Array - For eg: If you want something like [Netflix](https://netflix.com), the object should be + - name: Name of the URL + - url: The URL. - ```json - {"name": "Netflix", "url": "https://netflix.com"} - ``` + For eg: If you want something like [Netflix](https://netflix.com), the object should be - **Datatype**: Array + ```json + {"name": "Netflix", "url": "https://netflix.com"} + ```
## Support the project