diff --git a/index.html b/index.html index 48cb7de..22440b8 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Neutron + @@ -61,6 +62,13 @@ + + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index d6818bf..7c364f8 100644 --- a/styles/style.css +++ b/styles/style.css @@ -12,4 +12,50 @@ div.sf-icon { height: 50px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); border-radius: 15px; +} +.footer .today { + width: 80px; + background: white; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); + position: absolute; + height: 40px; + top: 5px; + left: 5px; + border-radius: 10px; + line-height: 40px; + font-family: tt; + font-size: 18px; + font-weight: 600; + padding-left: 40px; +} +.footer .today .sf-icon { + width: 40px; + height: 40px; + text-align: center; + font-size: 20px; + margin-left: -40px; + position: absolute; + line-height: 40px; + display: inline-block; +} +.footer .profile { + width: 40px; + height: 40px; + border-radius: 10px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); + position: absolute; + top: 5px; + right: 5px; +} +.footer .menu { + width: 40px; + height: 40px; + border-radius: 10px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); + position: absolute; + top: 5px; + right: 50px; + line-height: 40px; + text-align: center; + font-size: 20px; } \ No newline at end of file