Comment on Ask HN: How to identify a website built with Bootstrap?Comments−YoAdrian12yView source and look for a CSS file named something like "bootstrap".−fmikhail12yUsually this is the best way.If the bootstrap.css has been renamed you can download bootstrap.css (or minified version) file,open css file in the website source, then [Ctrl+F]+[Ctrl+V].
Comments
View source and look for a CSS file named something like "bootstrap".
Usually this is the best way.If the bootstrap.css has been renamed you can download bootstrap.css (or minified version) file,open css file in the website source, then [Ctrl+F]+[Ctrl+V].