diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..1f00958 Binary files /dev/null and b/logo.png differ diff --git a/sdcusict.html b/sdcusict.html index a21819a..05d7200 100644 --- a/sdcusict.html +++ b/sdcusict.html @@ -1,5 +1,6 @@ + @@ -9,9 +10,146 @@ + - + + + @@ -28,13 +166,5 @@ - - - - - - - - - + \ No newline at end of file diff --git a/style/css/sdcusict2022.css b/style/css/sdcusict2022.css index e69de29..d3ebba6 100644 --- a/style/css/sdcusict2022.css +++ b/style/css/sdcusict2022.css @@ -0,0 +1,55 @@ + +@media (max-width: 991px) { + .navbar-collapse { + position: absolute; + background-color: rgb(4, 29, 83); + margin-top: -1%; + z-index: -1; + top: 50px; + width: 50%; + } + + .lg-navbar { + display: none; + } +} + +@keyframes fadeIn { + 0% { + display: none; + top: 80%; + opacity: 0; + } + 100% { + display: block; + top: 100%; + opacity: 1; + } +} + +#lg-dropdown:hover #lg-dropdown-menu { + display: block; + margin-top: 0; + animation: fadeIn 0.5s ease-in-out; + border-radius: 15%; + background-color: rgb(4, 29, 83); + +} + +.hover { + margin-bottom: 0.5rem; +} + +.hover-text { + margin-left: -0.5rem; + /* display: none; */ + position:absolute; + display: inline; + z-index: -1; +} + +.hover:hover .hover-text { + position: relative; + z-index: 0; + font-size: large; +} \ No newline at end of file