html - Safari Browser.. Paragraph Tag Issue -


i building website friend. been through issues debugging. of these sorted out in terms of being compatible internet explorer ran problems alignment. then, moving onto safari, have huge bunch of problems. start off 1 , hope guys kind enough me.

below code:

     <div id = "welcome_note_cnt_pic">                  <p>lorem ipsum dolor sit amet, consectetuer adipiscing elit. aenean commodo ligula eget dolor. aenean massa. cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. nulla consequat massa quis enim. donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. </p>                  <p>in enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. nullam dictum felis eu pede mollis pretium. integer tincidunt. cras dapibus. vivamus elementum semper nisi. aenean vulputate eleifend tellus. aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. phasellus viverra nulla ut metus varius laoreet. quisque rutrum. aenean imperdiet. etiam ultricies nisi vel augue. curabitur ullamcorper ultricies nisi.</p>          </div>      #welcome_note_cnt_pic p{     width:90%;/*ie correction not remove*/     font-family: 'ubuntu', sans-serif;     font-weight:normal;     font-size:12px;     text-align:justify;     text-transform:uppercase;     letter-spacing:1px;     color:white;     padding-left:10px;     padding-right:10px; }  #welcome_note_cnt_pic{     width:50%;     height:550px;     border-style:solid;     border-width:1px;     border-color:trasparent;      display:flex;     justify-content:center;     align-items:center; } 

in safari, paragraph shoots out of division box, despite flex property placed in. have placed code through online css autoprefixer not seem solve problem. have tried using word wrap stuff searched of no use.

please help!

btw-- here screen shot of issue taken on safari browser. may may understand problem better?

the screen shot of problem. image- click here!


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -