You got the idea, and I got your design!
I can do and manage all your teaching work!
Managing Your Exams, Sessions, Website, Support, And more!
JAVASCRIPT
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
const backToTopBtn = document.getElementById
("mybacktotop");
if (document.body.scrollTop > 350 ||
document.documentElement.scrollTop > 350) {
backToTopBtn.classList.add("show");
} else {
backToTopBtn.classList.remove("show");
}
}
function scrollToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
HTML
CSS
.pricing-container .get-plan-btn {
text-decoration: none;
color: lightgray; margin-bottom: 24px;
background: transparent; border: 2px solid #292929;
border-radius: 40px; padding: 20px;
font-size: 15px; text-transform: uppercase;
font-weight: bold; transition: 400ms;
}
.pricing-container {
border-radius: 40px; padding: 20px;
font-size: 15px; text-transform: uppercase;
font-weight: bold; transition: 400ms;
text-decoration: none;
color: lightgray; display: inline-block;
}
MANAGEMENT
MAKING QUIZES
FILMING SESSIONS
ANALYZING
PRICES
PLANS