diff --git a/css/style.css b/css/style.css index db6b28d..2e09836 100644 --- a/css/style.css +++ b/css/style.css @@ -347,6 +347,65 @@ hr { /******about end ******** */ + +/********Section-Sharpen your skills starts*********/ +.skills-section table { + border-collapse: collapse; + border-spacing: 0; + width: 90%; + border: 1px solid #ddd; + /* align: centre; */ +} + +.skills-section th:hover { + cursor: pointer; + background-color: #27d8a3; +} + +.skills-section th, +td { + text-align: left; + padding: 30px; + font-weight: bold; + font-size: 20px; + text-shadow: 2px 2px #0000; +} + +.skills-section a { + color: #05272e; +} + +.skills-section tr:nth-child(odd) th { + background-color: #49b1ad; +} +.skills-section tr:nth-child(odd) th:hover{ + background-color: #1e918d; + transition-delay: 100ms; + border-top: 2px solid #0c3b3a; +} +.skills-section tr:nth-child(even) th:hover{ + background-color: #a6adad; + transition-delay: 100ms; + border-top: 2px solid #0c3b3a; +} + +.skills-section hr { + border: 0.5px solid #49b1ad; + display: block; + width: 80px; + margin: auto; +} +.skills-section h1 { + font-size: 50px; + font-weight: bold; + backdrop-filter: blur(20px); +} +.span { + display: block; + margin-bottom: 10em; +} +/*********Section-Sharpen your skills ends**********/ + /*********FAQ section starts**********/ .fnq h1 { font-size: 50px; @@ -1283,7 +1342,7 @@ font-weight: 500; transform: scale(0.8); background-color: #3caea3; } + .books{ margin-top: 78px; } - diff --git a/index.html b/index.html index c0d5801..43e6b16 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@
background-gif