Accessing Your Browser's Dev Tools
In order to bring up your dev tools for a web page, you can simply right click and select Inspect or Inspect Element.
A webrowser’s dev tools let us look at the code a website is built with. When customising your website you will need to use dev tools in order in inspect your site’s CSS and test your changes or additions.