Answer the question
In order to leave comments, you need to log in
Is there a ready-made solution for tracking the terms of contracts in the enterprise?
We need a product that allows you to track the terms of contracts. It is advisable to break contracts into categories. I would like to see a calendar with all the deadlines and notifications in case of the due date.
For example: there is a contract for the supply of horns and hooves, we are contractors, and we must complete the work before 02/16/16, but we want to receive a month's notice (i.e. 02/16/16).
Answer the question
In order to leave comments, you need to log in
Make the sections relative and give them large paddings and in different ways so that they do not climb on top of each other. You also need to adjust the height of the section according to the width of the screen, so that it is adaptive. It is the background image that should be set separately and not as a background image. And in general, units of measurement vw, vh to help. It would also not hurt to learn about the object-fit image property and its cover, contain values.
section{
position:relative;
padding: 8vh 10vw;
width: 100%;
height: 40vw;
}
img.bg{
possition: absolute;
width: 100%;
top: 0;
left: 0;
}
.content-section{
z-index: 100;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question