Skip to content

Commit

Permalink
Add styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sethdavis512 committed Mar 29, 2024
1 parent 92def49 commit 52ead4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file added app/images/lee-pigott-B3SoLw5pM4s-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Index() {
return (
<div className="wrapper">
<header>
<h1>Remix Rodeo 🤠</h1>
<h1>💿 Remix Rodeo 🤠</h1>
</header>
<main>
<h2>Prompt</h2>
Expand Down
8 changes: 5 additions & 3 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,22 @@ ol {

header {
grid-column: 1 / -1;
padding: 2rem 2rem;
padding: 3rem 2rem;
margin-bottom: 1rem;
text-align: center;
color: white;
font-size: 2rem;
background-color: wheat;
border-bottom: 2px solid black;
background-image: url(https://res.cloudinary.com/setholito/image/upload/v1650167556/unsplash/mj-tangonan-wKfTNWaDYgs-unsplash-cropped.jpg);
background-image: url(./images/lee-pigott-B3SoLw5pM4s-unsplash.jpg);
background-repeat: no-repeat;
background-position: center;
background-position: top left;
background-size: cover;
}

header h1 {
margin-bottom: 0;
text-shadow: 4px 4px 8px rgba(53, 53, 53, 1);
}

aside,
Expand Down

0 comments on commit 52ead4b

Please sign in to comment.