Insp3ct0r

First we navigate to the link. As always I try the view source to see if there’s any low-hanging fruit, low and behold there’s what looks to be part of a flag

picoCTF{tru3_d3![[Screenshot_2022-10-10_14-37-08.png]]So looking at the webpage it mentions HTML, CSS, and JS, and the hint was there are 3 parts as well as how you inspect a web page. So I opened up dev tools and navigated to the style editor because that’s what CSS does right and navigate to the bottom of myss.css and found part two!

t3ct1ve_0r_ju5t

Next, we need to find the JS and after bumping around a little bit I found a folder in the Debugger under problem/449924/JS myjs.js
After scrolling to the bottom of that I found part 3 of the flag
_lucky?f10be399}

So the total flag is picoCTF{tru3_d3t3ct1ve_0r_ju5t_lucky?f10be399}[[