Skip to content

Commit

Permalink
Finaly
Browse files Browse the repository at this point in the history
  • Loading branch information
yudha556 committed Apr 25, 2024
1 parent c19a5ed commit cd52741
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2><span>Inspiratif, bersemangat, dan siap menaklukkan dunia!</span><br> Alumni
</div>
</div>
<div class="profil">
<h1>Galery</h1>
<h1>Program Studi</h1>
<div class="tkj">
<img src="./asset foto/IMG_6162.jpg">
<ul>
Expand Down
42 changes: 16 additions & 26 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
padding: 0;
box-sizing: border-box;
color: black;
background-color: white;
object-fit: contain;
}

Expand Down Expand Up @@ -250,7 +251,7 @@ footer {
inset: 20px;
width: 25%;
margin: 0px;
margin-top: -10px;
margin-top: 70px;
position: relative;
}

Expand All @@ -273,7 +274,7 @@ footer {
.container img {
width: 60px;
margin: 0;
margin-top: 70px;
margin-top: 100px;
display: flex;
}

Expand All @@ -294,14 +295,6 @@ footer {
margin-right: 10px;
}

.galeri h1 {
width: 90%;
margin-top: 150px;
margin-bottom: 20px;
margin-left: 10px;
justify-content: center;
}

.parent h2 {
font-size: 20px;
margin: 0;
Expand All @@ -311,10 +304,9 @@ footer {
/* bagian slide 3 */
.profil {
width: 90%;
margin-top: 40px;
margin-top: 100px;
width: 90%;
margin-left: 20px;
background-color: aliceblue;
}

.profil h1 {
Expand All @@ -340,14 +332,13 @@ footer {
}

.tkj img {
margin-left: 30%;
margin-left: 34.3%;
}

.tkj li {
margin: 70px;
text-align: left;
width: 80%;
margin-left: 33px;
text-align: center;
width: 60%;
margin-top: 5px;
font-size: 10px;
}
Expand All @@ -363,15 +354,15 @@ footer {
}

.akl img {
margin-left: 30%;
margin-left: 34.3%;
}

.akl li {
margin: 70px;
text-align: left;
width: 80%;
margin-left: 33px;
text-align: center;
width: 60%;
margin-top: 5px;
margin-left: 67px;
font-size: 10px;
}

Expand All @@ -386,14 +377,13 @@ footer {
}

.tbsm img {
margin-left: 30%;
margin-left: 34.3%;
}

.tbsm li {
margin: 70px;
text-align: left;
width: 80%;
margin-left: 33px;
text-align: center;
width: 60%;
margin-top: 5px;
font-size: 10px;
}
Expand Down Expand Up @@ -429,9 +419,9 @@ footer {
}

.link p {
margin-top: 100px;
margin-top: 150px;
margin-left: 60px;
font-size: 3px;
font-size: 5px;
}

/* Tablet */
Expand Down

0 comments on commit cd52741

Please sign in to comment.