Skip to content

Commit

Permalink
test again ag
Browse files Browse the repository at this point in the history
  • Loading branch information
McAlec1 committed Nov 18, 2024
1 parent 94c855b commit 47570ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
@import url('//cdn.mcalec.dev/web/css/font/lato.min.css');
@import url('//cdn.mcalec.dev/web/css/font/poppins.min.css');
@import url('//cdn.mcalec.dev/web/css/font/roboto.min.css');
@import url('https://cdn.mcalec.dev/web/css/font/lato.min.css');
@import url('https://cdn.mcalec.dev/web/css/font/poppins.min.css');
@import url('https://cdn.mcalec.dev/web/css/font/roboto.min.css');

* {margin: 0;padding: 0;box-sizing: border-box;}
::selection {color: #000; background-color: #fff;}
Expand Down Expand Up @@ -67,7 +67,7 @@ i {font-family: LatoRegularItalic;}
overflow: hidden;
.bgimage {
height: 100%;
background-image: url('//cdn.mcalec.dev/image/jpeg/trees.jpeg');
background-image: url('https://cdn.mcalec.dev/image/jpeg/trees.jpeg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="web.mcalec.dev" property="og:title" />
Expand Down

0 comments on commit 47570ba

Please sign in to comment.