| Current Path : /home/kamilrogam/poligon/projekty/absolute-positioner-jquery/css/ |
| Current File : /home/kamilrogam/poligon/projekty/absolute-positioner-jquery/css/template.css |
* {
padding: 0px;
margin: 0px;
outline: none;
}
body {
font-family: 'Didact Gothic', sans-serif;
font-size: 20px;
line-height: 25px;
color: #00293c;
width: 100%;
background: #ffffff;
position: relative;
word-wrap: break-word;
text-align: justify;
-webkit-font-smoothing: antialiased!important;
font-smoothing: antialiased!important;
-moz-osx-font-smoothing: grayscale!important;
font-smooth: always!important;
}
img {
border: none;
max-width: 100%;
height: auto;
}
.width {
width: 90%;
margin: 0px auto;
position: relative;
padding: 50px 0;
}
.author {
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.author {
padding: 5px 5%;
z-index: 9;
position: fixed;
bottom: 0px;
width: 90%;
background: #eeeeee;
font-size: 13px;
line-height: 15px;
border-top: 1px solid #cccccc;
height: 33px;
}
.author p {
margin: 0px;
}
.author p: nth-child(1) {
margin: 0px 0px 2.5px 0px;
}
.flex-container {
display: -webkit-flex;
-webkit-align-items: flex-start;
-webkit-justify-content: center;
-webkit-flex-wrap: wrap;
display: flex;
align-items: flex-start;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
.absoluter {
position: absolute;
left: 50%;
top: 50%
}
.holder {
background: #ddd;
position: relative;
margin: 15px;
}
.holder1 {
width: 200px;
height: 300px
}
.holder2 {
width: 300px;
height: 400px
}
.holder3 {
width: 400px;
height: 200px
}
.held-element {
background: #f5f5f5
}
.held-element-1 {
width: 100px;
height: 170px
}
.held-element-2 {
width: 130px;
height: 100px
}
.held-element-3 {
width: 190px;
height: 70px
}