Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
shooft committed Jan 30, 2025
1 parent 1a23d8d commit 59abf8a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>API voor beginners</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="favicon.svg">
</head>

<body>
Expand Down
6 changes: 6 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ body {
}


/******/
/* ME */
/******/

section:nth-of-type(1) {

display:flex;
Expand Down Expand Up @@ -71,7 +74,10 @@ section:nth-of-type(1) {
}


/*************/
/* EVERYBODY */
/*************/

section:nth-of-type(2) {
display:grid;
grid-template-columns: repeat(auto-fit, minmax(min(10em, 100%), 1fr));
Expand Down

0 comments on commit 59abf8a

Please sign in to comment.