Is there a way to create a chrome-like tab using CSS?

后端 未结 8 741
北海茫月
北海茫月 2020-12-05 14:59

I have been looking for a Google Chrome-like tab written using CSS but cannot find one.

I am trying to replicate the look in order to use it in a web application or

8条回答
  •  醉酒成梦
    2020-12-05 15:24

    If you need solution in Bootstrap and AngularJS I made one myself. They're styled with overriding the default Bootstrap styles.

    You can check the tutorial here: https://scotch.io/tutorials/build-chrome-like-tabs-with-bootstrap-and-angularjs

    And grab the code here: https://github.com/imjustd/chrome-tabs

提交回复
热议问题