| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/tomicauto/css/ |
Upload File : |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,900);
body {
margin: 0;
font-family: 'Roboto', sans-serif;
}
.header, .footer {
background: #2e2e2e;
color: #fff;
padding: 30px;
text-align: center;
}
.header a, .footer a {
color: #fff;
}
@media (min-width: 768px) {
.header, .footer {
padding: 100px 30px;
}
}
.header h1, .footer h1 {
font-size: 4em;
font-weight: 300;
}
.header i.fa, .footer i.fa {
font-size: 4em;
}
.header .bounce, .footer .bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@media (min-width: 768px) {
.section .left, .section .middle, .section .right {
width: 33.33333%;
left: 33.33%;
padding: 10px;
}
}
@media (min-width: 992px) {
.section .left, .section .middle, .section .right {
padding: 30px;
font-size: 1em;
}
}
.section.animate .left {
left: 0;
}
@media (min-width: 480px) {
.section.animate .left {
left: 50%;
}
}
@media (min-width: 768px) {
.section.animate .left {
left: 0;
}
}
.section.animate .right {
left: 0;
}
@media (min-width: 480px) {
.section.animate .right {
left: 50%;
}
}
@media (min-width: 768px) {
.section.animate .right {
left: 66.66%;
}
}
.section .title {
/* background:
linear-gradient(
rgba(51, 153, 153,0.6),
rgba(51, 153, 153,0.6)
),
url(../img/modeli/octavia/octavia5.jpg) center no-repeat
;*/
background: rgb(51,153,153);
}
.section .title h2 {
margin-top: 0;
}
.section .title p {
line-height: 1.55em;
margin-bottom: 0.75em;
}
.section .title .btn-primary {
color: #fff;
background: #ff3814;
padding: 10px;
text-decoration: none;
border-radius: 3px;
display: inline-block;
-moz-transition: 0.3s ease-in-out all;
-o-transition: 0.3s ease-in-out all;
-webkit-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
}
.section .title .btn-primary:hover {
background: #fa2600;
}
.section .tiles {
padding: 0;
background: #fff;
clear: both;
display: none;
float: none;
}
.section .tiles img {
width: 50%;
float: left;
height: auto;
opacity: 0.7;
-moz-transition: 0.3s ease-in-out all;
-o-transition: 0.3s ease-in-out all;
-webkit-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.section .tiles img:hover {
opacity: 1;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
}
@media (min-width: 768px) {
.section .tiles {
display: block;
}
}
.section .middle {
background: slategray;
z-index: 2;
padding: 0;
}
.section .middle img {
width: 100%;
height: auto;
display: block;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-10px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}
/*grid-prodaja*/
*{
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial;
}
.header1 h1 {
text-align: center;
padding: 32px;
position: center;
}
/* Create two equal columns that floats next to each other */
.column {
float: right;
width: 50%;
padding: 10px;
}
.column img {
margin-top: 10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}