progress bar style : demo 3

90%
80%
70%

HTML

                    
90%

CSS

                    .progress{
                        height:8px;
                        line-height:8px;
                    }
                    .progress .progress-bar{
                        background:#e4d029;
                    }
                    .sr-only{
                        color: #060606;
                        font-size: 15px;
                        font-weight: bold;
                        position: relative;
                        left: 3px;
                        bottom: 1px;
                    }