Skip to content

Commit

Permalink
modified: css/style.css
Browse files Browse the repository at this point in the history
	modified:   index.html
  • Loading branch information
Wing-Catcher committed Jul 20, 2024
1 parent 2958fc1 commit 3df6150
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
background-image: url(../assets/wallpaper4.jpg);
background-attachment: fixed;
background-size: cover;
color: aliceblue
color: aliceblue;
}

nav {
Expand Down Expand Up @@ -34,7 +34,6 @@ nav {

button{
padding: 5px 15px;
font-size: 1.1em;
border-radius: 15px;
border: none;
background-color: #C4E689;
Expand Down Expand Up @@ -174,6 +173,7 @@ main{
img{
width: 350px;
border-radius: 10px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
button{
padding: 10px 20px;
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ <h1>@wingcatcher_</h1>
</div>-->
</nav>
<main>
<h1>Portfolio</h1>
<section id="header">
<div>
<img src="assets/webdev.jpg" alt="">
</div>
<div id="intro">
<h1>Being a Star For The Future</h1>
<p>Hello! I am Raffy Ahmad J., a 16 yo. student with a great passion for creating engaging and functional websites. I am proficient in HTML, CSS, and JavaScript. Welcome to my portfolio!</p><br>
<a href="mailto:catcherwing@gmail.com"><button>Mail Me!</button></a>
</div>
<div>
<img src="assets/webdev.jpg" alt="">
</div>
</section><br>
<section id="logos">
<h2 style="text-align: center; color: aliceblue;">Languages and Tools I Use:</h2>
Expand Down

0 comments on commit 3df6150

Please sign in to comment.