Skip to content

Commit

Permalink
challenge 1
Browse files Browse the repository at this point in the history
  • Loading branch information
luis72496 committed Mar 10, 2024
1 parent 4798500 commit f8388a7
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
55 changes: 55 additions & 0 deletions css/p4me.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
h1{
font-family: Arial, Helvetica, sans-serif;
color: red;
font-weight:bolder;
font-size:xx-large;
text-align: center;
text-decoration: underline;
background-color: black;






}


p{
font-family: Arial, Helvetica, sans-serif;
color: white;
font-weight:700px;
font-size:large;
text-align: center;
border-style: solid;
border-width: 10px 10px;
border-color: rgb(255, 0, 0);background-color: black;






}


.img{
align-content: center;
}


h2{
font-family: Arial, Helvetica, sans-serif;
color: red;
font-weight:bolder;
font-size:x-large;
text-align:left;
}
li{
font-family: Arial, Helvetica, sans-serif;
color: red;
font-weight:700px;
font-size:large;
text-align:left;

}
24 changes: 24 additions & 0 deletions portfolio4me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="css/p4me.css" />
</head>
<body>
<h1>About Me</h1>
<p>My name is Luis and this is my first time doing coding. I work in construction at the moment but am hoping to change my career paths to something less physically demanding. During my free time i tend to play video games, watch anime, or just hangout with family/friends</p>
<img src="https://www.opcmia.org/wp-content/uploads/2021/02/OPCMIA_Logo_2021.png" alt="local 200">

<h2>Contact Info</h2>
<ul>
<li>Phone</li>
<li>Email</li>
<li>Githb</li>

</ul>


</body>
</html>

0 comments on commit f8388a7

Please sign in to comment.