diff --git a/css/style.css b/css/style.css index 410bec4..851c3bb 100644 --- a/css/style.css +++ b/css/style.css @@ -19,7 +19,7 @@ header nav {margin-left: auto; align-items: center; justify-content: space-between;} -header nav a {color : white; +header nav a {color : black; text-decoration: none;} @@ -68,13 +68,17 @@ div.presentation a.btn:hover{color: white; background-color: #50468C; transition: 0.3s all;} - +a.eve{ + border-radius: 30px; + background-color: #FFFF; + padding-right: 6px; + padding-left: 6px; +} footer {font-size: 23px; - ; color: #fff; padding: 10px 0; text-align: right;