Can I DevTools?
All
120
Accessibility
9
Audit
2
CSS
32
Console
14
Elements
16
JavaScript
4
Network
17
Other
14
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
CSS
Edit
Inspect CSS Flexbox
Can I inspect CSS flexbox?
Last Modified
9 months ago
Author
@pankajparashar
Test Live
via
BrowserStack
Newsletter
Related (0)
OPERA
Share
Notes
When an HTML element on your page has
display: flex
or
display: inline-flex
applied to it, you can see a
flex
badge next to it in the Elements panel.
In the Styles pane, you can see the flexbox editor button next to the
display: flex
declaration.
Click on it to open the flexbox editor. The editor displays a list of flexbox properties. Each property's value options are displayed as icon buttons.
References (0)