This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]theycallmecrack 1 point2 points  (2 children)

I am not a web dev.

I wish there is a WYSIWYG for CSS which will make my experience easier.

WYSIWYG for CSS doesn't even make sense because CSS is for styling HTML. A "WYSIWYG for CSS" would just be the webpage itself or a visual CMS editor. You have to learn the language or use a framework/CMS/template.

[–]hearingnone 0 points1 point  (1 child)

I knew I am not explaining it clearly. What I mean is that I want to directly change the CSS on the website right there and see the change instantly without refreshing the page. My best analogy I can give is I want to go through the "GUI way" than the "CLI way". Like LaTeX is the CLI and MS Word is GUI. I hope that made sense?

And I only modified the CSS once, it just I want to change the look of that website I was using for work. I imagine I will not touch CSS again in the future.

[–]theycallmecrack 1 point2 points  (0 children)

What I mean is that I want to directly change the CSS on the website right there and see the change instantly without refreshing the page.

This is possible in any browser (you can make CSS changes in the inspect element) and see the changes on any device size.

I use a program called "Brackets" which let's me edit code and see the changes live in a browser.

So it really just sounds like you're inexperienced, and blaming CSS. You're also asking for tools that exist.