Pubication: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <style> | ||
ul { | |||
list-style-type: none; | |||
margin: 0; | |||
padding: 0; | |||
overflow: hidden; | |||
} | |||
li { | |||
float: left; | |||
} | |||
</ | a:link, a:visited { | ||
display: block; | |||
width: 120px; | |||
font-weight: bold; | |||
color: #FFFFFF; | |||
background-color: #98bf21; | |||
text-align: center; | |||
padding: 4px; | |||
text-decoration: none; | |||
text-transform: uppercase; | |||
} | |||
a:hover, a:active { | |||
background-color: #7A991A; | |||
} | |||
</style> |
Revision as of 10:08, 24 June 2015
<style> ul {
list-style-type: none; margin: 0; padding: 0; overflow: hidden;
}
li {
float: left;
}
a:link, a:visited {
display: block; width: 120px; font-weight: bold; color: #FFFFFF; background-color: #98bf21; text-align: center; padding: 4px; text-decoration: none; text-transform: uppercase;
}
a:hover, a:active {
background-color: #7A991A;
} </style>