diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/styles/main.css b/styles/main.css index 60c9968..812b0c9 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,67 +1,68 @@ -body, html { - padding: 0px; - margin: 0px; - background-color: #fff; +body, +html { + padding: 0px; + margin: 0px; + background-color: #fff; } header { - padding: 16px 0; - background-color: #fff; - color: #FFF; - text-align: left; - box-shadow: 4px 3px 10px #ddd; + padding: 16px 0; + background-color: #fff; + color: #fff; + text-align: left; + box-shadow: 8px 12px 14px #ddd; } header .logo { - text-align: left; - font-size: 32px; - font-family: Arial; - position: relative; + text-align: center; + font-size: 60px; + font-family: monospace; + position: relative; } header .logo span { - margin-left: 65px; - color: #484848; - margin-top: -16px; - font-weight: bold; + margin-left: 65px; + color: #484848; + margin-top: -16px; + font-weight: bold; } .logo .vt-logo { - width: 50px; - height: 50px; - display: block; - background-image: url(../images/puzzley.png); - background-repeat: no-repeat; - position: absolute; - left: 0px; - top: -7px; + width: 50px; + height: 50px; + display: block; + background-image: url(../images/puzzley.png); + background-repeat: no-repeat; + position: absolute; + left: 450px; + top: 14px; } .global-container { - max-width: 1200px; - margin: 0 auto; - text-align: center; + max-width: 1200px; + margin: 0 auto; + text-align: center; } .page-container { - display: inline-block; - padding: 32px 0; + display: inline-block; + padding: 32px 0; } .page-container .title { - font-size: 24px; - text-align: left; - font-family: Arial; - font-weight: bold; + font-size: 24px; + text-align: left; + font-family: Arial; + font-weight: bold; } .page-container .title.small { - padding-top: 24px; - font-size: 16px; + padding-top: 24px; + font-size: 16px; } .page-container .description { - font-size: 13px; - text-align: left; - font-family: Arial; -} \ No newline at end of file + font-size: 13px; + text-align: left; + font-family: Arial; +}