Styling guide
Overviewβ
This page is designed to ensure consistency and a seamless user experience across our digital platforms. By adhering to these styling guidelines, we aim to create a visually appealing, user-friendly, and cohesive online presence.
Faviconsβ
Admonitionsβ
note
Some content with Markdown syntax
. Check this api
.
tip
Some content with Markdown syntax
. Check this api
.
info
Some content with Markdown syntax
. Check this api
.
warning
Some content with Markdown syntax
. Check this api
.
danger
Some content with Markdown syntax
. Check this api
.
Color Palette:β
Docusaurus green and Facebook blue are my favorite colors.
I can write Markdown alongside my JSX!
Website Styling Guide: Elevate Your User Experienceβ
Primary color :
Deep blueSecondary color :
Light GrayAccent Color :
Fresh GreenHeadersβ
Docβ
---
title:
sidebar_label:
slug:
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import React from 'react'
import Highlight from '@site/src/components/Highlight';
# Title
## Subtitle
---
title:
sidebar_label:
slug:
tags:
- Demo
- Getting started
---