Skip to content

Commit

Permalink
שיפור עיצוב סרגל עליון ותחתון
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Oct 14, 2024
1 parent d7f6c2d commit 6dcbb7c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ body {
/* כותרת האתר */
header {
background: linear-gradient(135deg, #4a90e2, #007aff);
padding: 80px 20px;
padding: 30px 20px;
text-align: center;
border-radius: 12px;
box-shadow: 0 6px 12px rgba(0,0,0,0.1);
margin-bottom: 80px;
margin-bottom: 10px;
transition: transform 0.3s ease;
}

Expand Down Expand Up @@ -192,9 +192,10 @@ tr:hover {
/* כותרות הקבוצות */
h2 {
color: #005bb5; /* כחול כהה */
margin-bottom: 40px;
margin-bottom: 20px;
margin-top: 20px;
border-bottom: 4px solid #007aff;
padding-bottom: 15px;
padding-bottom: 0px;
font-size: 2.5em;
}

Expand All @@ -209,7 +210,7 @@ h3 {

/* קטעים מיוחדים */
.section {
margin-top: 80px;
margin-top: 30px;
padding: 50px;
background-color: #ffffff;
border-radius: 12px;
Expand Down Expand Up @@ -250,11 +251,11 @@ form button {
/* רגל האתר */
footer {
background: linear-gradient(135deg, #4a90e2, #007aff);
padding: 30px 20px; /* הקטנה מ-40px */
padding: 20px 20px; /* הקטנה מ-40px */
text-align: center;
border-radius: 12px;
box-shadow: 0 -6px 12px rgba(0,0,0,0.1);
margin-top: 60px;
margin-top: 40px;
transition: transform 0.3s ease;
}

Expand Down Expand Up @@ -313,7 +314,7 @@ a:hover {
}

header {
padding: 60px 20px;
padding: 40px 20px;
}

header h1 {
Expand Down

0 comments on commit 6dcbb7c

Please sign in to comment.