diff options
| author | s1n <[email protected]> | 2019-10-21 01:46:12 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 01:46:12 -0700 |
| commit | b6f9e87dfeb4c540bffa0b9b3ef335cdaf6845c7 (patch) | |
| tree | a48d5034571f65993e002e4d05c541a11251e9d9 /css/style.css | |
| parent | commenting in home (diff) | |
| download | p.s1n.pw-admin-b6f9e87dfeb4c540bffa0b9b3ef335cdaf6845c7.tar.xz p.s1n.pw-admin-b6f9e87dfeb4c540bffa0b9b3ef335cdaf6845c7.zip | |
add first proj
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 6358fd0..8276ea3 100644 --- a/css/style.css +++ b/css/style.css @@ -301,12 +301,12 @@ h6 { } .project1 { - background: url(https://images.unsplash.com/photo-1540349220179-09d3866f2e74?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2600&q=80) no-repeat 50% 50%; + background: url(/projects/relevance/assets/img.png) no-repeat 50% 50%; background-size: cover; } .project1::after { - content: "timeless flow."; + content: "iced out."; font-family: "Roboto Mono"; font-size: 36px; position: relative; |