Skip to content

Commit

Permalink
Portfolio V.03
Browse files Browse the repository at this point in the history
  • Loading branch information
imthecode777 committed Aug 28, 2024
1 parent aae6bf5 commit 3ba290b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"width: fit-content",
"border-image: radial-gradient(circle at 10% 20%,rgb(64, 84, 178) 0%,rgb(219, 2, 234) 90%)",
"text-emphasis-color",
"height: fit-content"
"height: fit-content",
"border-image: radial-gradient( circle at 10% 20%, rgb(64, 84, 178) 0%, rgb(219, 2, 234) 90%)"
]
}
],
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<meta name="google-site-verification" content="yPwRjoXekaiBJbphUrfwauDCdcN69avZYOiP1Q8FMBQ" />
<meta name="google-site-verification" content="V8iTdhJ1cslkXSaIVzfCXA4fwRzOD9QCAVMn8tjJcEI" />
<title>Codex61814</title>
<link rel="stylesheet" href="./main.css" />
<link rel="icon" id="favicon" href="./img/favicon.ico" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css">
<link rel="stylesheet"href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link rel="icon" id="favicon" href="./img/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css">
<link rel="stylesheet" href="./main.css" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ body {
padding-bottom: 6px;
font-weight: 700;
border-width: 3px;
border-image: radial-gradient(circle at 10% 20%,rgb(64, 84, 178) 0%,rgb(219, 2, 234) 90%);
border-image: radial-gradient( circle at 10% 20%, rgb(64, 84, 178) 0%, rgb(219, 2, 234) 90%);
border-image-slice: 1;
}

Expand Down

0 comments on commit 3ba290b

Please sign in to comment.