Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 1.54 KB

lists.md

File metadata and controls

71 lines (62 loc) · 1.54 KB

Lists

Lists aggregate Yupster's opinions into rankings to help you find the best of what’s been rated on Yup. Find the smartest people on Twitter, the funniest Reddit posts, the most knowledgeable professors, and more flipping through our lists. Lists are totally public––you don’t need a Yup account to use it! Filter by site, subject, and category to find what you’re looking for.

Advanced
Lists are weighed by each category separately and distinctly. That means that the usage and influence being spent in a category determines its relevance on lists.

.center {
align: center;
width: 10%;
}
.cont {
width:100%;
text-align:center;
}
.toggle:focus {
outline: none;
}
.rounded-img {
border-radius:10px;
box-shadow: 0px 0px 2px 1px #dddddd;
max-height: 20em;
margin: 20px 0px;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: grey;
opacity:0.9;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
{
box-sizing: border-box;
}

.column {
float: left;
width: 50%;
padding: 0px;
}

.row:after {
content: "";
display: table;
clear: both;
}
.header1 {
font-size: 1.8rem;
font-weight: bold;
padding: 2rem 0px;
}
.header2 {
font-size: 1.5rem;
}