-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
108 lines (94 loc) · 2.04 KB
/
Copy pathstyles.css
File metadata and controls
108 lines (94 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
body {
font-family: Arial, sans-serif;
background-color: #f9f5e3;
color: #333;
margin: 0;
padding: 20px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #ddddac;
border: 2px solid rgb(186, 184, 184);
border-radius: 10px;
color: #8b4513;
font-family: 'Georgia', serif;
padding: 1rem 0;
text-align: center;
max-width: 800px;
margin: 0 auto;
padding: 15px;
margin-bottom: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
/* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); */
position: relative;
}
.menu-icon {
cursor: pointer;
font-size: 2.2em;
}
.title {
font-family: 'Georgia', serif;
font-size: 2em;
}
.logo-img {
width: 60px; /* Logonun genişliği */
height: auto; /* Oranını koruyarak yüksekliği otomatik ayarlar */
}
nav {
position: absolute;
top: 121%; /* Menü ikonunun hemen altında başlar */
left: -2px;
width: 200px;
background-color: #cabe80;
border: 2px solid #ccc;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 10px;
display: none;
z-index: 1000; /* Menü ikonunun üstünde görünmesi için */
}
nav ul {
margin-left: 20px;
list-style: disc;
padding: 0;
}
nav ul li {
text-align: left;
margin-left: 13px;
margin-bottom: 13px;
}
nav ul li a {
color: #8b4513;
font-size: 1.2em;
font-family: 'Georgia', serif;
text-decoration: none;
}
.hidden {
display: none;
}
.visible {
display: block;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border: 2px solid #ccc;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
background-size: cover;
}
h1, h2 {
font-family: 'Georgia', serif;
margin-bottom: 20px;
color: #8b4513;
}
@media (max-width: 600px) {
#skillsyazı {
font-size: 0.85em;
}
}