From the course: Building Single-Page Applications Using ASP.NET Core JavaScriptServices

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Finish up the app and test

Finish up the app and test

From the course: Building Single-Page Applications Using ASP.NET Core JavaScriptServices

Start my 1-month free trial

Finish up the app and test

- [Instructor] In this video, I'm going to do some touching up the CSS and some testing. I have already added some CSS, let me first run the project and see how it looks. Let's click on List Customer. So I have added some CSS to give it a little bit better look than how it was before, even the Customer Search also. The CSS that I have added is, you can find it inside dot CSS, the portion for this project is underneath this comment, near CSS for customer components. Lis tab, changing the color, changing the height, padding, giving some absolute position, putting left, and changing the cursor to pointer. So, lots of CSS you can add, more CSS you can add, change anything that you see here. And if you want to learn more about CSS, check out many courses in a library. We're going to now check the customer list component, and see that everything is properly done here. Even the code also should be indented properly. And this seems alright, let me go back to the testing page and do some…

Contents