Skip to content

Commit 3c82c6c

Browse files
committed
abtme mod
1 parent 9a0259d commit 3c82c6c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

img/aboutme-div.jpg

-1.03 MB
Loading

img/intro.jpg

-197 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ <h3 class="workid">Sleep</h3>
6363
<!-- About Me -->
6464
<section class="aboutme" id="about-me">
6565
<div id="about-me-box-main">
66-
<div class="container"><h2 class="section__title section__title--aboutme">About Me</h2></div>
66+
<div class="container"><h2 class="section__title section__title--aboutme" style="color: black;">About Me</h2></div>
6767

6868
<div class="aboutme-container ">
6969
<div class="aboutme-text work-flex" style="flex-grow: 7">
7070
<h3 class="section__subtitle section__subtitle--aboutme">Undergrad student based in Maharashtra, India</h3>
71-
<p id="aboutme-para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero omnis eos minima illo accusantium dolorum illum nam, perspiciatis fuga deserunt deleniti. Nemo ea dolorum delectus fugiat molestiae, odit temporibus explicabo?</p>
71+
<p id="aboutme-para" style="color: black;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero omnis eos minima illo accusantium dolorum illum nam, perspiciatis fuga deserunt deleniti. Nemo ea dolorum delectus fugiat molestiae, odit temporibus explicabo?</p>
7272
</div>
7373
<div class="myself-img work-flex" style="flex-grow: 2; align-self: center;">
7474
<img src="./img/myself.jpeg" alt="Piyush" id="myself">

style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ section{
194194
background-image: url(./img/abtme-img.jpg);
195195
margin: 0%;
196196
background-position: center;
197-
background-size: cover;
197+
background-size:contain;
198198

199199
}
200200

@@ -204,8 +204,6 @@ section{
204204
margin-right: 5%;
205205
}
206206

207-
/* .section__title--aboutme{
208-
} */
209207

210208
#about-me-box-main{
211209
background:url(./img/aboutme-div.jpg);
@@ -225,12 +223,13 @@ section{
225223
text-align: center;
226224
font-family: 'Nunito', sans-serif;
227225
font-weight: 800;
228-
border: #f5f0f0;
229-
border-width: 1px;
226+
230227
}
231228

232229
.section__subtitle--aboutme{
233230
font-weight: 600;
231+
color: #272525;
232+
234233
}
235234

236235

0 commit comments

Comments
 (0)