Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal-raj-1 committed Oct 3, 2023
2 parents 463852d + d7af737 commit 24ac70e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 13 deletions.
7 changes: 7 additions & 0 deletions content/batch/learn/css/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish
<TabsList>
<TabsTrigger value="learn">Learn</TabsTrigger>
<TabsTrigger value="assignment">Assignment</TabsTrigger>
<TabsTrigger value="interview">Interview Questions</TabsTrigger>
</TabsList>

<TabsContent value="learn">
Expand Down Expand Up @@ -59,6 +60,11 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish

</TabsContent>


<TabsContent value="interview">
Interview Questions on CSS
</TabsContent>

</Tabs>

## Notes
Expand Down Expand Up @@ -176,6 +182,7 @@ body {

/* Background image */
.container {
/* you can use any image format like jpg, jpeg, png, SVG*/
background-image: url(bg.jpg);
}

Expand Down
19 changes: 11 additions & 8 deletions content/batch/learn/css/flex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish
<TabsList>
<TabsTrigger value="learn">Learn</TabsTrigger>
<TabsTrigger value="assignment">Assignment</TabsTrigger>
<TabsTrigger value="InterviewQuestion">Interview Question</TabsTrigger>
<TabsTrigger value="interview">Interview Questions</TabsTrigger>
<TabsTrigger value="playground">Playground</TabsTrigger>

</TabsList>


<TabsContent value="learn">

## 📺 Watch Now
Expand Down Expand Up @@ -195,17 +195,20 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish
🎉 It's time to showcase your portfolio! Share it on LinkedIn and Twitter, tag me, and use `#FrontendWithVishal` to connect with other developers and get feedback on your work.

</Callout>



</TabsContent>

<TabsContent value="InterviewQuestion">
Interview Questions on css flex
<TabsContent value="interview">
Interview Questions on CSS Flex
</TabsContent>

<TabsContent value="playground">
Coming Soon
</TabsContent>

</Tabs>
</Tabs>






6 changes: 6 additions & 0 deletions content/batch/learn/css/grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish
<TabsList>
<TabsTrigger value="learn">Learn</TabsTrigger>
<TabsTrigger value="assignment">Assignment</TabsTrigger>
<TabsTrigger value="interview">Interview Questions</TabsTrigger>
</TabsList>

<TabsContent value="learn">
Expand Down Expand Up @@ -187,6 +188,10 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish
<VideoPlayer src="https://youtu.be/ULp7wPJ-rzQ"/>
</TabsContent>

<TabsContent value="interview">
Interview Questions on CSS Grid
</TabsContent>

</Tabs>

<Callout type="calm">
Expand All @@ -196,3 +201,4 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish




16 changes: 11 additions & 5 deletions content/batch/learn/html/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish
<TabsList>
<TabsTrigger value="learn">Learn</TabsTrigger>
<TabsTrigger value="assignment">Assignment</TabsTrigger>
<TabsTrigger value="InterviewQuestion">Interview Question</TabsTrigger>
<TabsTrigger value="interview">Interview Questions</TabsTrigger>
<TabsTrigger value="playground">Playground</TabsTrigger>

</TabsList>

<TabsContent value="learn">
Expand Down Expand Up @@ -291,16 +290,23 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish

Now, it's time to move on to the next module of the Frontend Developer Essential Course: CSS. In this module, you will learn how to style your HTML pages and make them look more visually appealing. We're excited to continue this journey with you! 💪🎓

</TabsContent>


<TabsContent value="InterviewQuestion">
Interview Questions on HTML
</TabsContent>

<TabsContent value="InterviewQuestion">
<TabsContent value="interview">
Interview Questions on HTML
</TabsContent>

<TabsContent value="playground">
Coming Soon
</TabsContent>

</Tabs>
</Tabs>





0 comments on commit 24ac70e

Please sign in to comment.