标签: css html5
在这里,我使用引导程序进行响应。但是我需要修复溢出。
Css代码为:
.border-wrapper { position: absolute; height: 4px; background: #333; top: 64%; left: 50%; width: 51%; z-index: 0; transform: translate(-50%,0%); overflow: hidden;
}