Skip to content

Commit

Permalink
SESI 1
Browse files Browse the repository at this point in the history
  • Loading branch information
yudha556 committed Apr 24, 2024
2 parents 670a223 + 3e97000 commit 02bd062
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"githubPullRequests.remotes": []
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Punya-Alumni
Punya alumni ini
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -9,15 +8,13 @@
<link href="https://fonts.googleapis.com/css2?family=Audiowide&display=swap" rel="stylesheet">
</head>
<style>

/* Styling untuk mobile */
@media (max-width: 576px) {
.container h2 {
font-size: 10px;
}
.container h2 {
font-size: 10px;
}
}

</style>
</style>

<body>
<div class="pertama">
Expand Down Expand Up @@ -90,6 +87,4 @@ <h3>Teknik Bisnis Sepeda Motor</h3>
<p>belom jadi wak review aja dulu</p>
<p>kalo ada ide kasi tau yee</p>
</footer>
</body>

</html>
</body>
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

* {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -152,7 +153,7 @@ footer {
}

.awal h1 {
font-size: 12px;
font-size: 14px;
margin-bottom: 70px;
margin-top: -50px;
margin-left: 20px;
Expand All @@ -172,7 +173,7 @@ footer {

.pertama h1 {
font-size: 10px;
margin-left: -30px;
margin-left: -20px;
margin-top: -20px;
margin-right: 60px;
}
Expand Down Expand Up @@ -215,7 +216,6 @@ footer {
margin-top: 150px;
margin-bottom: 20px;
justify-content: center;
margin-left: -15px;
}

.parent h2 {
Expand Down Expand Up @@ -269,5 +269,4 @@ footer {
width: 60%;
margin: 0 auto;
}

}

0 comments on commit 02bd062

Please sign in to comment.