0% found this document useful (0 votes)
5 views7 pages

Css

The document contains CSS styling rules for a website, focusing on testimonials, navigation bars, and welcome sections. It includes styles for elements such as testimonial cards, star ratings, and responsive design adjustments for smaller screens. Additionally, it incorporates dark mode styling and various visual enhancements like hover effects and background gradients.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views7 pages

Css

The document contains CSS styling rules for a website, focusing on testimonials, navigation bars, and welcome sections. It includes styles for elements such as testimonial cards, star ratings, and responsive design adjustments for smaller screens. Additionally, it incorporates dark mode styling and various visual enhancements like hover effects and background gradients.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

/* Testimonials Section Styling */

.section-title {

font-size: 2rem;

font-weight: bold;

color: #007bff;

text-transform: uppercase;

margin-bottom: 20px;

.testimonial-card {

background: #ffffff;

border-radius: 10px;

padding: 20px;

box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

transition: transform 0.3s ease-in-out;

.testimonial-card:hover {

transform: translateY(-5px);

.testimonial-text {

font-style: italic;

color: #555;

margin-bottom: 10px;

/* Star Rating Styling */

.star-rating {
display: flex;

justify-content: center;

gap: 5px;

.star {

font-size: 1.8rem;

cursor: pointer;

color: #ccc; /* Default grey stars */

transition: color 0.3s;

.star:hover,

.star.selected {

color: #f8b400; /* Gold color for selected stars */

/* Responsive Design */

@media (max-width: 768px) {

.testimonial-card {

margin-bottom: 20px;

.navbar-brand {

font-family: 'Poppins', sans-serif; /* Modern and clean font */

font-size: 1.8rem; /* Bigger and more visible */

font-weight: bold; /* Make it stand out */

letter-spacing: 1px; /* Slight spacing for elegance */

}
/* Custom Navbar */

.custom-navbar {

background: linear-gradient(135deg, #007bff, #6610f2);

padding: 10px 20px;

backdrop-filter: blur(10px);

border-radius: 10px;

box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);

/* Navbar Brand */

.navbar-brand {

font-weight: bold;

font-size: 1.5rem;

color: white !important;

display: flex;

align-items: center;

/* Navbar Links */

.navbar-nav .nav-link {

color: white !important;

font-weight: 500;

padding: 8px 15px;

transition: all 0.3s ease-in-out;

.navbar-nav .nav-link:hover {

background: rgba(255, 255, 255, 0.2);


border-radius: 5px;

/* Dropdown Menu */

.dropdown-menu {

background: rgba(255, 255, 255, 0.9);

border: none;

box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);

.dropdown-item {

color: #333 !important;

font-weight: 500;

.dropdown-item:hover {

background: #007bff;

color: white !important;

/* Search Bar */

.search-bar {

border-radius: 20px;

border: none;

padding: 8px 15px;

/* Dark Mode */

body.dark-mode {
background-color: #222;

color: white;

.dark-mode .custom-navbar {

background: linear-gradient(135deg, #444, #111);

.dark-mode .navbar-nav .nav-link {

color: white !important;

.dark-mode .search-bar {

background: #333;

color: white;

/* Welcome Section */

#welcome {

background-color: #f8f9fa;

padding: 60px 20px;

border-radius: 10px;

margin-bottom: 30px;

.section-title {

font-size: 2rem;

font-weight: bold;

color: #007bff;

text-transform: uppercase;
margin-bottom: 20px;

.welcome-text {

font-size: 1.2rem;

color: #555;

max-width: 800px;

margin: 0 auto 30px;

/* Welcome Cards */

.welcome-card {

background: #ffffff;

border-radius: 10px;

padding: 20px;

box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

text-align: center;

transition: transform 0.3s ease-in-out;

.welcome-card:hover {

transform: translateY(-5px);

.welcome-card img {

width: 100%;

height: auto;

border-radius: 10px;

margin-bottom: 15px;
}

.welcome-card h4 {

color: #007bff;

font-size: 1.5rem;

margin-bottom: 10px;

.welcome-card p {

font-size: 1rem;

color: #666;

/* Responsive */

@media (max-width: 768px) {

.welcome-card {

margin-bottom: 20px;

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy