diff --git a/html/style.css b/html/style.css index f5f32ea..a917449 100644 --- a/html/style.css +++ b/html/style.css @@ -38,8 +38,13 @@ header h1{ display: table-cell; text-decoration: none; text-align: center; + border-radius: 15px 15px 0px 0px; } -.selected{ - color:#000000; +#menus a.selected{ + color:#202020; background-color:#fff; } +#languages{ + float: right; + text-align: right; +}