Difference between revisions of "User:Certified nqh/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 15: Line 15:
 
ul {
 
ul {
 
  border-radius: 10px;
 
  border-radius: 10px;
 +
height: fit-content;
 
}
 
}
  

Revision as of 14:48, 12 October 2023

body {
 background-image: -webkit-linear-gradient(left, #BBB, #FFF);
 font-family: Courier;
}

#mw-head {
 background-image: -webkit-linear-gradient(left, #BBB, #FFF);
 font-family: Courier;
}

div {
 border-radius: 10px;
}

ul {
 border-radius: 10px;
 height: fit-content;
}

li {
 border-radius: 10px;
 height: 20px;
}