Add initial templates for code snippets and explanations

- Introduced a variety of templates including "Code Snippet", "Code with Title", "Before & After", "Code Explanation", "Social Tip Card", "Code Flow", and "LinkedIn Carousel".
- Each template includes detailed properties such as background styles, elements, and code examples.
- Enhanced user experience with visually appealing gradients and structured layouts for better presentation of code.
This commit is contained in:
2026-01-08 09:42:28 +02:00
parent 403aae6f77
commit a09538a3c9
6 changed files with 1700 additions and 6 deletions
+3 -1
View File
@@ -6,7 +6,8 @@
html, body, #root {
height: 100%;
width: 100%;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
}
body {
@@ -37,6 +38,7 @@ body {
/* Color picker styling */
input[type="color"] {
-webkit-appearance: none;
appearance: none;
border: none;
padding: 0;
}