Код: Выделить всё
.menu-selector ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 25%;
height: 100%;
background-color: #c4c4c4;
text-align:center;
position: fixed;
overflow: auto;
}
#myList a{
display: block;
color: #000;
padding-bottom: 0;
text-decoration: none;
padding-top: 20%;
padding-bottom: 20%;
}
#myList : last-child {
border-bottom: none;
}
#myList a:hover:not(.active) {
background-color: #555;
color: white;
}
#myList a.active {
background-color: #4CAF50;
color: white;
}
body {background-color: #828c9b;}
.title {
width = 40%;
height = 40%;
padding-left: 38%;
background-color: #254982;
display: block;
border-color: #254982;
}
h1 {
text-align: center;
}< /code>
[*]
Cipher Program
body {margin: 0; padding-top: 0; border-top: 0}
[list]
[url=index.html] Menu [/url]
[*][url=ceaser.html]Ceaser Cipher[/url]
[*][url=vernam.html]Vernam Cipher [/url]
[*][url=frequency.html]Frequency Analysis[/url]
[/list]
Welcome to Cipher Program
Menu
Подробнее здесь: https://stackoverflow.com/questions/538 ... -html-page