Bootstrap 4 align navbar items to the right

后端 未结 21 2584
無奈伤痛
無奈伤痛 2020-11-21 06:14

How do I align a navbar item to right?

I want to have the login and register to the right. But everything I try does not seem to work.

This is wha

21条回答
  •  北海茫月
    2020-11-21 06:54

    Find the 69 line in the verndor-prefixes.less and write it following:

    .panel {
        margin-bottom: 20px;
        height: 100px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

提交回复
热议问题