Skip to content

Instantly share code, notes, and snippets.

@hustnzj
Last active May 19, 2019 01:12
Show Gist options
  • Save hustnzj/d33ee9e42cd605f315a064e7bc26db1e to your computer and use it in GitHub Desktop.
Save hustnzj/d33ee9e42cd605f315a064e7bc26db1e to your computer and use it in GitHub Desktop.
#main-header {
img {
width: 100%;
height: 100%;
}
.port-item {
width: 25%;
&:hover {
opacity: 0.8;
cursor: pointer;
}
}
}
.bg-black {
color: #fff;
background: #000;
}
@media (min-width: 1199px) {
// the 3em is determined by exprience!!
.port-item {
padding: 3em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment