Skip to content

Commit

Permalink
Added css and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-taylor committed Dec 5, 2024
1 parent 346bf77 commit 003f7e2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
body {
background-color: #333333;
font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
color: #f0f0f0;
font-size: 14pt;
margin: 25px 50px;
line-height: 1.6;
}

.header {
color: #c07d00;
font-size: 18pt;
margin-bottom: 5px;
}

a {
color: #66ccff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #c07d00;
}

.lists {
margin-top: 0px;
padding-left: 40px;
margin-bottom: 20px;
}

.screenshots img {
height: 360px;
border: 2px solid #666666;
border-radius: 8px;
margin: 10px;
box-shadow: 2px 2px 5px #000000;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.screenshots img:hover {
transform: scale(1.05);
box-shadow: 4px 4px 8px #000000;
}
Binary file added pm-blazor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pm-wpf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 003f7e2

Please sign in to comment.