Skip to content

Commit

Permalink
Update portfolio.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IIYBGYII authored Aug 17, 2024
1 parent 358c326 commit ef44253
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@
display: flex;
flex-direction: column;
align-items: center;
}
header {
width: 100%;
background-color: #333;
color: white;
padding: 10px 0;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo img {
height: 50px;
}
Expand Down Expand Up @@ -54,20 +45,7 @@
width: 100%;
height: auto;
display: block;
}
footer {
width: 100%;
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
}
.social-icons img {
height: 30px;
margin: 0 10px;
}

</style>
</head>
<body>
Expand Down

0 comments on commit ef44253

Please sign in to comment.