diff --git a/css/styles.min.css b/css/styles.min.css index 5ebf8ec..23ecfa1 100644 --- a/css/styles.min.css +++ b/css/styles.min.css @@ -36,15 +36,9 @@ body { overflow: hidden; } -a { - color: #f2f2f2; - font-weight: bold; - text-decoration: none; -} -a:hover { - text-decoration: underline; -} + + /* h1 { font-size: 20px; @@ -212,21 +206,42 @@ a:hover { filter: alpha(opacity=30); } +.Info { + position: absolute; + top: 20px; + left: 20px; + right: 30%; +} + .title { font-size: 15pt; text-shadow: 1px 1px 5px #FFF; padding: 1rem; + right: 30%; + display: flex; } .contact { - display: inline-block; - font-size: x-small; + margin-top: auto; + font-size: small; + margin-left: auto; } -#navMain { - font-size: smaller; - top: 40px; - left: 20px; - right: 30%; - display: flexbox; +.text-white { + color: #FFF; +} + +a { + color:#FFF; + font-weight: bold; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +.custom-link-color-force{ + color:#FFF; + background-color: #0F111F; } \ No newline at end of file diff --git a/index.html b/index.html index 1b832cd..43312f2 100644 --- a/index.html +++ b/index.html @@ -14,21 +14,48 @@
-