File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11body {
2- font-family : 'Segoe UI' , sans-serif;
32 margin : 0 ;
4- padding : 0 ;
5- background-color : # f4f4f4 ;
3+ font-family : 'Inter' , sans-serif ;
4+ background-color : # f9f9f9 ;
65 color : # 333 ;
76}
87
9- header {
10- background-color : # 2c3e50 ;
11- color : white ;
8+ . container {
9+ max-width : 960 px ;
10+ margin : 0 auto ;
1211 padding : 2rem ;
12+ }
13+
14+ .hero {
15+ background-color : # 1e2a38 ;
16+ color : white;
17+ padding : 3rem 0 ;
1318 text-align : center;
1419}
1520
21+ .hero h1 {
22+ font-size : 2.5rem ;
23+ margin-bottom : 0.5rem ;
24+ }
25+
26+ .subtitle {
27+ font-size : 1.2rem ;
28+ color : # cbd5e0 ;
29+ }
30+
31+ nav ul {
32+ list-style : none;
33+ padding : 0 ;
34+ margin-top : 1rem ;
35+ display : flex;
36+ justify-content : center;
37+ gap : 2rem ;
38+ }
39+
1640nav a {
17- margin : 0 1rem ;
18- color : # ecf0f1 ;
41+ color : # 00bcd4 ;
1942 text-decoration : none;
43+ font-weight : 600 ;
2044}
2145
2246section {
23- padding : 2rem ;
24- max-width : 800px ;
25- margin : auto;
47+ margin-bottom : 3rem ;
2648}
2749
28- .project {
29- background-color : white;
30- padding : 1rem ;
50+ h2 {
51+ font-size : 1.8rem ;
3152 margin-bottom : 1rem ;
53+ color : # 1e2a38 ;
54+ }
55+
56+ .card {
57+ background-color : white;
58+ padding : 1.5rem ;
3259 border-radius : 8px ;
33- box-shadow : 0 2px 5px rgba (0 , 0 , 0 , 0.1 );
60+ box-shadow : 0 2px 8px rgba (0 , 0 , 0 , 0.05 );
61+ margin-bottom : 1.5rem ;
62+ }
63+
64+ .skills-list {
65+ list-style : none;
66+ padding : 0 ;
67+ }
68+
69+ .skills-list li {
70+ background-color : # e0f7fa ;
71+ padding : 0.75rem ;
72+ margin-bottom : 0.5rem ;
73+ border-radius : 6px ;
3474}
3575
3676footer {
77+ background-color : # 1e2a38 ;
78+ color : white;
3779 text-align : center;
38- padding : 1rem ;
39- background-color : # bdc3c7 ;
80+ padding : 1rem 0 ;
81+ font-size : 0.9 rem ;
4082}
You can’t perform that action at this time.
0 commit comments