-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.css
More file actions
135 lines (101 loc) · 1.66 KB
/
portfolio.css
File metadata and controls
135 lines (101 loc) · 1.66 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
* {
margin: 0px;
}
.nav-link:hover {
color: #6A6B4C;
}
body {
overflow-x: hidden;
}
.nevbar {
background-color: #6A6B4C;
}
.col-md-6 p {
font-size: 20px;
}
.navbar-nav .nav-link:hover {
color: #0a0a08 !important;
text-decoration: underline;
transition: all 0.3s ease;
}
.p-4 {
background-color: whitesmoke;
}
#about {
background-color: #A9A9A9;
padding: 80px 20px;
font-family: 'Arial', sans-serif;
}
.about-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 40px;
}
.about-text {
flex: 1;
}
.about-text h2 {
font-size: 36px;
margin-bottom: 20px;
color: white;
}
.about-text p {
font-size: 18px;
line-height: 1.6;
color: #fff;
margin-bottom: 20px;
}
.about-text .btn {
display: inline-block;
padding: 10px 25px;
background-color: white;
color: grey;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.3s ease;
}
.about-text .btn:hover {
background-color: grey;
}
.about-image {
flex: 1;
text-align: center;
}
.about-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cards-4 {
display: flex;
gap: 150px;
margin-left: 60px;
}
.card i {
font-size: 200px;
}
.card img {
height: 50px;
width: 100px;
}
.cards-2 {}
.love i {
margin-top: 30px;
}
#skill-section {
background-color: #6A6B4C;
}
#hhh {
height: 500px;
}
#contact {
color: white;
background-color: #878383;
}
#projects {
margin-top: 60px;
}