Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tis authored Feb 11, 2024
1 parent 52e72b6 commit c6dae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<style>
body{font-family:'Ubuntu',Arial,sans-serif;margin:0;padding:0;background-color:#000;text-align:center;color:#fff;}
.header{background-color:#cc5500;color:#fff;padding:5px;font-weight:bold;}
.profile-picture{border-radius:50%;width:130px;height:130px;margin:20px auto 1px auto;background-color:#fff;border:3px solid #cc5500;overflow:hidden;}
.profile-picture{border-radius:50%;width:130px;height:130px;margin:20px auto 1px auto;background-color:#fff;border:8px solid #cc5500;overflow:hidden;}
.profile-picture img{width:100%;height:100%;object-fit:cover;}
.container{padding:20px;margin-bottom:20px;}
h1,h2,p,a{color:#fff;font-weight:bold;text-decoration:none;}
Expand Down

0 comments on commit c6dae5b

Please sign in to comment.