diff --git a/index.html b/index.html index 5bc991e..844f484 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,15 @@ overflow:hidden; padding:20px; background-color:#FFFFFF; - border:10px solid #afcde3; + border:10px solid #009ac7; + -webkit-border-radius: 5px; + border-radius: 5px; + } + .box-blue-emb { + margin:0 0 25px; + overflow:hidden; + padding:20px; + background-color:#009ac7; -webkit-border-radius: 5px; border-radius: 5px; } @@ -16,8 +24,9 @@