Questions tagged [css]
CSS, short for Cascading Style Sheets, is a language used to control the presentation of HTML and XML documents including colors, layout, and fonts.
1,013 questions
3votes
0answers
44views
React section toggle with single active panel
I’ve built a working animated panel menu in React using Framer Motion. Only one section expands at a time, making the animation smooth and visually clean. However, I’d like help improving or ...
3votes
1answer
147views
Bulk Text Replacer
I have created a simple text editor with a "replace all" feature. It's meant to be part of a larger project, so it needs to be robust and work reliably across various scenarios. Please ...
5votes
2answers
153views
Tags selector in plain JavaScript, without using any plugin
I have made a "tags selector" in plain JavaScript, without using any plugin. ...
3votes
0answers
53views
Structure of nested Divs with a table
I'm a new frontend programmer. I'm making a web site with flask, and to be honest, I don't know much about front-end so I don't know if what I'm doing is best practices. In one section, I have a div ...
2votes
0answers
47views
Cargo.site website - on scroll overlay header scale
Currently, re-making my website from scratch on cargo.site in order for it to be upgraded from cargo2 to cargo3. I have a series of stacked pages, and a top-pinned overlayed header which scales down ...
4votes
3answers
920views
TODO application
The assignment was the following: Users can add at a new Item/Card with Title and Description. Everytime an item is created, it is automatically placed in the TODO column At any point in time items ...
5votes
1answer
94views
Code for smart CSS rounding using JavaScript
I wrote a project that allows you to make CSS corner rounding more consistent and, in my opinion, nicer. Here's full GIT repo with an example and a README.md: https:...
2votes
1answer
409views
HTML Editor: Online HTML Editor with Real-Time Preview
Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist environment for writing and previewing HTML, CSS, and ...
9votes
2answers
312views
Library project - javascript
I am going through the Odin Project and have just finished the 'Library' project on their FullStack JavaScript course. As this is the first time I'll have my code reviewed, I want to know what I'm ...
5votes
1answer
396views
Tic Tac Toe with only the 3 last moves
I wrote a Tic-Tac-Toe game that unlike the normal TTT only saves the last 3 moves. That means, that the first move will be removed on the 4th move and so on. To not necessarily extend the description ...
3votes
1answer
399views
Event sourcing javascript implementation
An event source built around an observer design pattern implementation… ...
4votes
1answer
465views
HTML Editor, Online HTML Editor with Real-Time Preview
Note Please review the new question and ignore the following. Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a light-weight, ...
1vote
0answers
50views
Enhancing Visual Appeal and Usability of CSS/JavaScript Animation
I am seeking suggestions to enhance both the visual appeal and usability of a complex web-based animation that utilizes extensive CSS and JavaScript. The complete code is also available on my CodePen: ...
2votes
0answers
86views
Simple drawing website using React
So I have recently started learning web dev (including React since a few days ago), and I have tried to implement a simple drawing website that lets you change the brush size, color, and save the ...
4votes
1answer
599views
HTML Editor : online HTML editor with real-time preview
Note Please review the new question and ignore the following. Overview HTML Editor is an online HTML editor with a minimalist approach. Edit your HTML, CSS, and JavaScript code and monitor the ...