מדיה ויקי Spni.css הבדלים בין גרסאות בדף

מדיה ויקי Spni.css הבדלים בין גרסאות בדף

קפיצה אל: ניווט, חיפוש
תוכן שנמחק תוכן שנוסף
יצירת דף עם התוכן "#footer.footer-sticky { background-color: #12284c; color: #ffffff; padding: 20px 50px; Top and bottom padding: } .footer-links a, .footer-resources a { color: var(--fox-magenta); text-decoration: none; } .footer-logos img, .footer-university img { height: 50px; } .footer-university span { display: block; } @media (max-width: 768px) { #footer .container { flex-direction: column; align-items: center;..."
 
אין תקציר עריכה
שורה 6:
 
.footer-links a, .footer-resources a {
color: var(--fox-magenta);
text-decoration: none;
display: inline-block;
}
 
.footer-logos img, .footer-university img {
height: 50px;
שורה 17 ⟵ 16:
display: block;
}
@media (maxmin-width: 768px) {
 
.footer-logos {gap: 22px;}
@media (max-width: 768px) {
.footer-resources {gap: 30px;}
}
@media (max-width: 767px) {
#footer .container {
flex-direction: column;

גרסה מ־23:38, 5 ביוני 2024

#footer.footer-sticky {
    background-color: #12284c;
    color: #ffffff;
    padding: 20px 50px; /* Top and bottom padding */
}

.footer-links a, .footer-resources a {
    text-decoration: none;
    display: inline-block;
}
.footer-logos img, .footer-university img {
    height: 50px;
}

.footer-university span {
    display: block;
}
@media (min-width: 768px) {
	.footer-logos {gap: 22px;}
	.footer-resources {gap: 30px;}
}
@media (max-width: 767px) {
    #footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logos, .footer-university, .footer-links, .footer-resources {
        margin-bottom: 10px; /* Adds space between sections on mobile */
    }

    .footer-links a, .footer-resources a {
        display: block; /* Stack links vertically */
        margin: 5px 0; /* Adds vertical space between links */
    }
}