Skip to content

Commit

Permalink
https://youtu.be/8wEre6gfYew?si=fGa96I3i54d4WUu2&t=170
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakaRashard authored Jun 27, 2024
1 parent aabc768 commit c676f8b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
31 changes: 24 additions & 7 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,33 @@ by Matt Graham
@import "fonts";
@import "rouge-base16-dark";




html {


font: 14px/22px Arial,"Quattrocento Sans", "Helvetica Neue", Helvetica, Arial,
sans-serif;
font-weight: 300;
margin: 0px;
padding: 0px 0 20px 0px;
/* background: url(../images/body-background.png) #eae6d1; */
background-image: url("https://fgbg.art/static/motw_hokutomaru-162019510b57d8c7d782751c7bf18cf4.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
background-attachment: fixed;



}
body {
font: 14px/22px "Quattrocento Sans", "Helvetica Neue", Helvetica, Arial,
sans-serif;
color: #2b2b2b;
font-weight: 300;

margin: 0px;
padding: 0px 0 20px 0px;
/* background: url(../images/body-background.png) #eae6d1; */
background-image: url("https://fgbg.art/static/MarvelSuperHeroesVsStreetFighter-Manhattan-d3d302a414af0318227f1e8fc2659ea8.png");
background-attachment: fixed;

}

h1,
Expand Down
4 changes: 2 additions & 2 deletions script/validate-html
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def validate(file)
exit 1
end

validate ""
validate File.join "assets", "css", "style.css"
# validate ""
# validate File.join "assets", "css", "style.css"

0 comments on commit c676f8b

Please sign in to comment.