Skip to content

Commit 2d3f0ca

Browse files
committed
تحديث
1 parent ca364dd commit 2d3f0ca

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

style.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
* {
2+
padding: 0;
3+
margin: 0;
24
box-sizing: border-box;
35
}
46

7+
body {
8+
9+
}
10+
11+
12+
nav {
13+
margin-top: 10px;
14+
background-color: whitesmoke;
15+
border-top:#364fab 4px solid;
16+
border-bottom: #364fab 4px solid;
17+
}
518

619

720
.nav-links {
21+
margin:10px 0;
22+
padding: 0 10px;
823
list-style: none;
924
display: flex;
1025
gap: 20px;
26+
overflow-x: auto;
1127
}
1228

1329
.nav-links a {
1430
text-decoration: none;
15-
color: black;
31+
color:black;
1632
font-weight: bold;
1733
transition: color 0.3s;
34+
font-size: 1.3rem;
1835
}
1936

2037
.nav-links a:hover {

0 commit comments

Comments
 (0)