Skip to content

Commit

Permalink
Merge pull request #30 from RidhoAnfaal/main
Browse files Browse the repository at this point in the history
day1
  • Loading branch information
elianiva authored Nov 19, 2023
2 parents 7cc4e7c + f919652 commit 0177be9
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 0 deletions.
Binary file added Ridho/Day-1/CASE2afcdbf5d0.256p.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions Ridho/Day-1/challenge1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ridho Anfa'al</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="nama">Ridho Anfa'al</h1>
<img class="gmbr" src="img/DSC_7053rtt.jpg" alt="">
<style>
</style>
<hr>
<h2>Biography</h2>
<ul>
<li>Age : 18</li>
<li>Address : Turen</li>
<li>Hobby : Playing game</li>
<li>Class : 1I</li>
</ul>
<h3>
My gitub :
<a href="https://github.com/RidhoAnfaal">Click Here</a>
</h3>
<hr>



</body>
</html>
Binary file added Ridho/Day-1/img/DSC_7053rtt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ridho/Day-1/img/MONI220fc4e25aaa2fb.256p.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions Ridho/Day-1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>O</title>
</head>
<body class="badan">
<h1><i>Heading1</i></h1>
<h1><em>Heading</em></h1>
<h2>Heading2</h2>
<h3>Heading3</h3>
<h4>Heading4</h4>
<h5>Heading5</h5>
<h6>Heading6</h6>
<p>Aku <br>
manusia</p>
<a class="a1" href="https://github.com/">GIT!</a><br>
<a class="a2" href="https://github.com/" target="_blank">GIT(newTab)</a><br>
<hr>
<img class="case" src="CASE2afcdbf5d0.256p.jpg" alt="Just PC Case">
<img src="img/MONI220fc4e25aaa2fb.256p.jpg" alt="Monitor">
<hr>
<h2>Ordered list</h2>
<ol>
<li>AAA</li>
<li>BBB</li>
<li>CCC</li>
</ol>
<h2>Unordered list</h2>
<ul>
<li>aaa</li>
<li>bbb</li>
<li>ccc</li>
</ul>

</body>
</html>
19 changes: 19 additions & 0 deletions Ridho/Day-1/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.nama {
text-align: center;
}

.gmbr {
margin-top: 20px;
margin-bottom: 20px;
width: 130px;
height: 140px;
border-radius: 50%;
display: block;
margin-left: auto;
margin-right: auto;
}

img {
width: 100px;
height: 40px;
}

0 comments on commit 0177be9

Please sign in to comment.