style
3 months ago in CSS
h1 {
display: none;
}
ul {
width: 960px;
}
a:link {
text-decoration: none;
}
li {
list-style-type: none;
border-bottom: 5px solid #333;
padding-top: 40px;
padding-bottom: 40px;
padding-right:20px;
}
li {
text-decoration: none;
font-family: monospace;
font-size:40px;
font-weight: 700;
width:900px;
overflow: hidden;
text-overflow: ellipsis;
font-color: #333;
}