From the course: ChatGPT for Web Developers

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Write CSS with ChatGPT

Write CSS with ChatGPT

- [Instructor] It is no secret that many developers hate CSS. Let's see how we can make the process less painful by using ChatGPT. So right now the interface is pretty bland. There is no color, no styling. So we're going to ask ChatGPT to help us change the appearance of this application by using CSS. And we have the last input from last time, so we could use the exact same input, meaning that we're going to simply write and request, "Write the CSS to change the appearance "of the application and make it look good." So we are expressing it in the way that we want to proceed and also the goal that we want to achieve. So let's press enter. And so it's telling us that, "Sure, here's some basic CSS to change the appearance "of the React application in order "to make it visually appealing." So that's great. That's exactly the request and the goal that we want to achieve. Okay, and this is also telling us that we're…

Contents