Skip to content

Commit 783de0c

Browse files
committed
fix
1 parent e0d1fbf commit 783de0c

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

css/profile.css

+8-7
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,20 @@ background-color: #fff;
5151
}
5252

5353
.col .card{
54+
left: 10%;
5455
width: 18rem;
55-
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
56+
height: 26rem;
57+
/* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8); */
5658
transform-style: preserve-3d;
5759
}
5860

5961
.profile-pics{
6062
position: absolute;
61-
top: 30%;
62-
left: 50%;
63-
transform: translateZ(50px) scaleY(1);
64-
transform: translate3d(-50%, -50%, 20px) scale(1);
65-
max-width: 175px;
63+
top: 20px;
64+
left: 20px;
65+
transform: translateZ(20px);
66+
/* transform: translate3d(-100%, -50%, 10px); */
67+
max-width: 100px;
6668
transition: 0.5s;
67-
z-index: 100;
6869
border-radius: 15px;
6970
}

index.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ <h2 class="typing-demo">
2727
</div>
2828
</section>
2929
<section class="bg-warning">
30-
<div class="jumbotron border p-5 bg-warning">
30+
<div class="jumbotron p-5 bg-warning">
3131
<div class="row">
32-
<div class="col-8 border">
32+
<div class="col-8">
3333
<h1>MUHAMMAD RIFZKHY ALL FHAYED</h1>
3434
<p>Hello everyone! I'm Rifzkhy, a Fullstack Developer who is deeply passionate about 3D modeling, game development, chatbot creation, and digital art. My goal is to create simple and clean solutions that deliver impactful experiences to users.</p>
3535
</div>
3636
<div class="col">
3737
<div class="card" data-tilt data-tilt-glare data-tilt-max-glare="0.8">
3838
<!-- <img src="src/rifzkhy.jpg" class="card-img-top" alt="..."> -->
39-
<div class="profile-pic"><img src="src/rifzkhy.jpg" class="profile-pics"></div>
39+
<img src="src/rifzkhy.jpg" class="profile-pics">
4040
<div class="card-body">
4141
<h5 class="card-title">Card title</h5>
4242
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
@@ -46,6 +46,9 @@ <h5 class="card-title">Card title</h5>
4646
</div>
4747
</div>
4848
</div>
49+
</section>
50+
<section class="">
51+
4952
</section>
5053
<!-- model 3d -->
5154
<!-- <div class="card" style="width: 18rem;">
@@ -75,4 +78,4 @@ <h5 class="card-title">Card title</h5>
7578
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
7679
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
7780
</body>
78-
</html>
81+
</html>

0 commit comments

Comments
 (0)