Jump to content

Ранис

Newbie
  • Posts

    2
  • Joined

  • Last visited

Ранис's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Ну мне не на всю страницу надо а только блоку font, который находится внутри листа
  2. Всем привет))Можно ли задать фон блока на всю ширину экрана внутри фиксированного листа. если да то как?Вот так у меня только по ширине листа получилось. Спасибо http://codepen.io/anon/pen/obwzJM Код <div class="sheet"><section class="font"><div class="post"><div class="postcontent"><p> Текс Текст Текс Текст Текс Текст Текс Текст Текс Текст<br>Текс ТекстТекс ТекстТекс ТекстТекс ТекстТекс ТекстТекс ТекстТекс ТекстТекс Текст</p></div></div></section> CSS .sheet { margin: 0 auto; position: relative; cursor: auto; width: 80%; min-width: 320px; max-width: 1536px; z-index: auto !important;}.section { width: 100%; margin: 0;}.font { background-color: antiquewhite; background-size: cover;}.post { padding: 5px;}.postcontent{ font-size: 15px; font-family: 'Segoe UI', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; line-height: 175%;}
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy