.row > .column { padding: 8px 8px; } .row:after { content: ""; display: table; clear: both; } /* Create four equal columns that floats next to eachother */ .column { float: left; width: 25%; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: black; } /* Modal Content */ .modal-content { position: relative; Opširnije