DIV next to centered div

后端 未结 6 633
轻奢々
轻奢々 2020-12-16 20:19

\"enter

body {
    background: rgba(0, 0, 0, 0.8);
    font-family: sans-s         


        
6条回答
  •  青春惊慌失措
    2020-12-16 20:51

    float: right should solve your problem. remember to add an empty div-container with float:clear afterwards.

提交回复
热议问题