Landing page + css..
This commit is contained in:
+15
-1
@@ -6,6 +6,20 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@apply bg-teal-800 text-white;
|
||||
@apply bg-teal-800 text-white;
|
||||
}
|
||||
}
|
||||
|
||||
@screen md {
|
||||
.flipped {
|
||||
perspective: 1000px;
|
||||
}
|
||||
|
||||
.flipped-left > * {
|
||||
transform: rotateY(25deg);
|
||||
}
|
||||
|
||||
.flipped-right > * {
|
||||
transform: rotateY(-25deg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user