Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<div style="position:absolute;left:50%;top:50%;width:1px;height:1px;">
<div style="position:absolute;left:-300px;top:-200px;width:600px;height:400px;">
Тут, то, что будет поверх всего
</div>
</div>
<div id="footer-bottom" class="clearfix">
<ul class="col">
<li id="categorisation" class="widget-container ">
<div id="categorisation_group_1" class="categorisation_group">
<div id="categorisation_group_2" class="categorisation_group">
есть лист выводится в линию с помощью display: inline-block;
как выровнять по центру если ширина его изментся?HTML:<div id="footer-bottom" class="clearfix"> <ul class="col"> <li id="categorisation" class="widget-container "> <div id="categorisation_group_1" class="categorisation_group"> <div id="categorisation_group_2" class="categorisation_group">
text-align: center;
.wrapper { width: 1000px; text-align: left; margin: 0 auto; }