From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Bootstrap - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Bootstrap
- [Instructor] Okay, so now we're in the home stretch. Let's talk about Bootstrap basics. Bootstrap was released in 2011, and it's a collection of CSS plus JavaScript libraries that speed up web development. And essentially what it does is it provides top-level containers, and by containers I mean a div and a class that surrounds the entire webpage that defines whether the webpage is a fixed width or what's called a fluid width. And in a fluid width, when you resize the browser, the content also grows and shrinks. Whereas with a fixed width, even when you increase and decrease the width of the browser, the webpage stays the same size right in the center of the browser. It also provides a variety of time-saving classes that can be applied to various tags. And those classes will either have an impact of styling or something cosmetic or something functional or both. Bootstrap also provides lots of icons and a wide variety of styling features that make webpage just look better. It also…