i am a webdeveloper!

This commit is contained in:
Marcus 2024-10-24 15:49:59 +02:00
parent 2ad9c4c03d
commit e3c739e745

View file

@ -111,6 +111,7 @@ a:active {
position: relative; position: relative;
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
text-align: left;
} }
.subnav { .subnav {
@ -136,7 +137,7 @@ a:active {
} }
.subnav li { .subnav li {
background: #026b45; /*background: #026b45;*/
list-style: none; list-style: none;
border-radius: 3px; border-radius: 3px;
margin-bottom: 3px; margin-bottom: 3px;
@ -157,6 +158,10 @@ a:active {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
} }
.subnav li a, .subnav span {
padding: 5px 10px;
}
.nav li a:hover, .subnav li a:hover, .activeMenu, .button:link:hover, .button:visited:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { .nav li a:hover, .subnav li a:hover, .activeMenu, .button:link:hover, .button:visited:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
background: #04AA6D; background: #04AA6D;
color: #fff; color: #fff;