new structure
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
min-width: 300px;
|
||||
background: linear-gradient(to left, #003d79,#d59f0f);
|
||||
background: linear-gradient(to left, #003d79, #d59f0f);
|
||||
transform: skew(45deg);
|
||||
z-index: 1;
|
||||
}
|
||||
@@ -19,7 +19,19 @@
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
min-width: 300px;
|
||||
background: linear-gradient(to right, #003d79,#d59f0f);
|
||||
background: linear-gradient(to right, #003d79, #d59f0f);
|
||||
transform: skew(-45deg);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media(max-width:800px) {
|
||||
.yellowPart {
|
||||
width: 5%;
|
||||
left: -150px;
|
||||
}
|
||||
|
||||
.yellowPartOpuest {
|
||||
width: 5%;
|
||||
right: -150px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user