window

by Tan

HTML

<div class="win_bg">

<div class="win_head">:: Photos</div>
<div class="win">

We hope that you will be happy with the service received, however
where we do receive a complaint or we become aware of customer concerns or
unease, we aim to handle the matter as quickly as possible through our appropriate,
transparent and effective complaints procedure which gives priority to resolving customer
dissatisfactions as efficiently, clearly and fairly as possible, within a reasonable
timescale.

Please let us know about any concerns as soon as possible – the sooner we
know, the sooner we can take action.

If we are unable to resolve any dissatisfaction you may have straight
away, you can contact us to complain via the following methods:

We hope that you will be happy with the service received, however
where we do receive a complaint or we become aware of customer concerns or
unease, we aim to handle the matter as quickly as possible through our appropriate,
transparent and effective complaints procedure which gives priority to resolving customer
dissatisfactions as efficiently, clearly and fairly as possible, within a reasonable
timescale.

Please let us know about any concerns as soon as possible – the sooner we
know, the sooner we can take action.

If we are unable to resolve any dissatisfaction you may have straight
away, you can contact us to complain via the following methods:

We hope that you will be happy with the service received, however
where we do receive a complaint or we become aware of customer concerns or
unease, we aim to handle the matter as quickly as possible through our appropriate,
transparent and effective complaints procedure which gives priority to resolving customer
dissatisfactions as efficiently, clearly and fairly as possible, within a reasonable
timescale.

Please let us know about any concerns as soon as possible – the sooner we
know, the sooner we can take action.

If we are unable to resolve any...

CSS

* {box-sizing: border-box;}
body {margin:0;padding:0;font-family:Arial;}

.win_bg {position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0, 0, 0, 0.5);
display: flex;flex-direction: column;flex-wrap: wrap;justify-content: center;align-content: center;align-items: stretch;padding:10px;}

.win {position:relative;max-height:calc(100% - 90px);max-width:1000px;min-width:300px;min-height:150px;background-color:rgb(110, 21, 21);border: solid rgb(97, 10, 10);border-width:0 3px 3px 3px;
padding: 15px;overflow:hidden;overflow-y: scroll;border-radius:0 0 3px 3px;}
.win_head {position:relative;max-width:1000px;height:28px;line-height:28px;color:rgb(187, 47, 47);text-indent:10px;background-color:rgb(97, 10, 10);border-radius:3px 3px 0 0;}
.win_body {height:100%;}