web-tech/labs/lab-10/other/course-landing/static/css/styles.css
2025-11-20 15:46:57 +03:00

95 lines
No EOL
1.3 KiB
CSS

body {
font-family: "Montserrat", sans-serif;
}
h1, h2, h3 {
font-weight: 900;
}
h4, h5, h6 {
font-weight: 700;
}
.navbar {
background-color: white;
border-bottom: 1px solid #011627;
}
.nav-link {
color: #011627;
}
.banner {
background-color: #eaecf0;
}
.btn-outline-secondary {
background-color: transparent !important;
border-color: #011627;
color: #011627;
border-radius: 0;
}
.btn-outline-secondary:hover {
color: #011627 !important;
}
.btn-secondary {
border-radius: 0;
background-color: #011627;
}
.btn-secondary:hover {
color: #83F3ED;
background-color: #011627;
}
.btn-primary {
border-radius: 0;
background-color: #83F3ED;
color: #011627;
border-color: #83F3ED !important;
}
.btn-primary:hover {
background-color: #011627;
color: #83F3ED;
}
.call-to-action {
background-color: #011627;
color: white;
}
.heading-line {
height: 3px;
width: 200px;
background-color: #83F3ED;
}
.program i {
font-size: 2rem;
color: #83F3ED;
}
.techologies .img-fluid {
height: 300px;
object-fit: cover;
}
.dark {
background-color: #011627;
color: #83F3ED;
height: 300px;
}
.footer {
background-color: #011627;
color: white;
}
@media (max-width: 900px) {
.call-to-action .container {
width: 100% !important;
}
}