Home > Web Front-end > HTML Tutorial > css adapts container width to content width_html/css_WEB-ITnose

css adapts container width to content width_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:41:45
Original
1166 people have browsed it

 

1 p{2     width:intrinsic;3     width: -moz-max-content; 4     width: -webkit-max-content;5     float:right; width:auto; /*兼容IE*/6 }
Copy after login

 

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template