From 622606b5c96b5b306cc99c7bc5b6341cd10a37a8 Mon Sep 17 00:00:00 2001 From: nsundriyal62 Date: Wed, 1 Nov 2023 15:55:02 +0530 Subject: [PATCH] adding css body to mdx file --- content/batch/index.mdx | 57 +++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 16 deletions(-) diff --git a/content/batch/index.mdx b/content/batch/index.mdx index 1896d0f..b151a92 100644 --- a/content/batch/index.mdx +++ b/content/batch/index.mdx @@ -20,6 +20,17 @@ This course is focused on making you a frontend developer from a beginner to an Select a Batch below to learn more about it. +const joinButtonStyle = { + textAlign: 'center', + color: 'black', + backgroundColor: 'white', + borderRadius: '18px', + fontSize: '16px', + width: 'fit-content', + margin: '0 auto', + padding: '8px 16px' +}; +
Image - - #### Learn - Learn HTML, CSS, JS and Git & Github +

Learn

+

Learn HTML, CSS, JS and Git & Github

+
+
+ Join +
- + + Image - - #### DSA in Javascript - Learn data structures and algorithms in JavaScript +

DSA in Javascript

+

Learn data structures and algorithms in JavaScript

+
+
+ Join +
- - + Image - - #### Build - Master React, Redux and Next Js +

Build

+

Master React, Redux and Next Js

+
+
+ Join +
- + Image - - #### Hire - Get Interview Tips and Tricks +

Hire

+

Get Interview Tips and Tricks from Experts

+
+
+ Join +
+``` \ No newline at end of file