From 213a9049987eebbddcc1da820d8ed375e280f346 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 11 Oct 2019 19:46:59 -0300 Subject: [PATCH] horizontal menu is better --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6fdd8f2..6931567 100644 --- a/index.html +++ b/index.html @@ -20,12 +20,10 @@ body { } .tabs { - float: left; - margin-right: 20px; - height: 100%; + margin-bottom: 10px; } -.tabs a { +a { color: #ff9800; border-bottom: 1px solid #ff2e88; text-decoration: none;