HTML CSS Responsive paragraph tag

前端 未结 3 1564
执念已碎
执念已碎 2021-01-16 22:53

I am designing a webpage and I am almost finished but there is a small issue that I can\'t seem to figure out.

HTML:





             


        
3条回答
  •  一向
    一向 (楼主)
    2021-01-16 23:15

    Please do refer the code

    * {margin:0; padding:0; text-indent:0; }
    
    .float-box-footer{height:37px;background-color:#accb32;max-width: 860px;width: auto\9;}
    
    .p4{font-size: 12pt; color: black; padding-left:5pt; left:0; top:7pt; font-family:National, Arial, sans-serif;position:relative; width:50%;}
    
    .p5{font-size: 7pt; color: black; width:50%; text-align:right; float: right;}
    
    
    
    

提交回复
热议问题