Changes

Jump to navigation Jump to search
m
no edit summary
padding: 0;
list-style: none;
display: grid; font-size: 75%; grid-template-columns: repeat(auto-fit, 110px); justify-content: space-evenlyblock;
width: 100%;
height:auto;
overflow: hidden;
background: white; border-bottom:1px solid #f6f6f6E4D7D7;
}
.filter-links li {
margindisplay: 5pxinline; float: left;} .filter-links li a { display: block; color: black; padding: 1em 2em; text-aligndecoration: centernone;} .filter-links li a:hover { backgroundcolor: #f6f6f6red;
}
ul.filter-sections { display width: grid100%; grid-template-columns: repeat(auto-fit, 140px); grid-gap: 10px; justify-content: space-evenly; list-style: none; padding: 10px; margin: 0; background display: blueblock;
overflow: hidden;
}
.filter-sections li div {
opacity: 0;
display: none;
padding: 2em 1em;
float: left;
transition: all 100s 500s ease; background: yellow;
}
display: block !important;
opacity: 1 !important;
transform: scale(1) rotate(0deg);
border-radius:4px;
animation: selected 300ms 1 ease-in-out;
}
0% {
border-radius:100%;
transform: scale(0) rotate(-180deg);
}
}
 
.javascript{
background-color:yellow;
color:black;
}
.html{
background:blue;
color:white;
}
.css{
background:red;
color:white;
}
.php{
background:brown;
color:white;
}

Navigation menu