Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yudha556 committed Apr 25, 2024
1 parent bb3167a commit c9026a7
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ span {
font-size: 51px;
padding: 20px;
margin-bottom: 100px;
width: 100%;
margin-left: 85px;
width: 90%;
}

/*slide 2*/
Expand Down Expand Up @@ -88,14 +89,13 @@ span {
margin-right: 50px;
border-radius: 80px 40px;
transform: translateY(-250px);
background-color: #000000;
}

/*slide 3 */


.profil {
width: 100%;
width: 90%;
margin-top: 40px;
}

Expand Down Expand Up @@ -207,6 +207,10 @@ span {
text-decoration: none;
}

li {
list-style: none;
}

.link li a {
float: right;
text-align: right;
Expand Down Expand Up @@ -251,7 +255,7 @@ footer {
}

.pertama h1 {
font-size: 9px;
font-size: 8px;
margin-left: -20px;
margin-top: -10px;
margin-right: 60px;
Expand All @@ -263,7 +267,7 @@ footer {

.container {
width: 90%;
margin-left: 15px;
margin-left: 10px;
}

.container img {
Expand Down Expand Up @@ -305,11 +309,10 @@ footer {

/* bagian slide 3 */
.profil {
width: 100%;
width: 90%;
margin-top: 40px;
width: 90%;
margin-left: 20px;

margin-left: 10px;
}

.profil h1 {
Expand Down Expand Up @@ -401,29 +404,30 @@ footer {
width: 90%;
margin-top: -100px;
height: 500px;

margin-left: 10px;
}

.akhir h1 {
font-size: 14px;
width: 90%;
margin-left: -40px;
}

.akhir h2 {
font-size: 20px;
margin-right: -15px;
margin-right: -6px;
margin-top: 40px;
}

.link li a {
font-size: 12px;
margin-right: -40px;
margin-right: -34px;

}

.link p {
margin-top: 110px;
width: 90%;
margin-left: 50px;
margin-top: 100px;
margin-left: 60px;
font-size: 3px;
}

Expand Down

0 comments on commit c9026a7

Please sign in to comment.