Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Category/styles.css

Template page
.cat {
  border-radius: 5px;
  width:100%;
  height:auto;
  margin: auto;
  padding: 10px 15px; 
  box-sizing: border-box;
  border-bottom: 2px solid #3d3d3f; 
  background-color: #f6f5f3;  
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2), -3px -3px 5px -1px rgba(0, 0, 0, 0.19);
}
  
@media all and ( min-width: 720px ) {
.cat {
  border-radius: 5px;
  width:100%;
  height:auto;
  margin: auto;
  padding: 10px 15px; 
  box-sizing: border-box;
  border-bottom: 2px solid #3d3d3f; 
  background-color: #f6f5f3;  
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2), -3px -3px 5px -1px rgba(0, 0, 0, 0.19);
}
}

.cat-p{
color: black;
  font-size:75%;
  text-align:left;}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.