Skip to content

Commit

Permalink
modified background image
Browse files Browse the repository at this point in the history
  • Loading branch information
antoffigueroa committed Oct 30, 2024
1 parent ee46bdb commit 85b5624
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
Binary file modified assets/.DS_Store
Binary file not shown.
19 changes: 11 additions & 8 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
Expand Down Expand Up @@ -1140,9 +1140,12 @@ input, select, textarea {
-ms-transition-delay: 0.75s;
transition-delay: 0.75s;
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
background-size: auto, 256px 256px;
background-position: center, center;
background-repeat: no-repeat, repeat;
background-size: auto,
256px 256px;
background-position: center,
center;
background-repeat: no-repeat,
repeat;
z-index: 2;
}

Expand All @@ -1155,7 +1158,7 @@ input, select, textarea {
-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
background-image: url("../../images/bg.jpg");
background-image: url("../../images/background_image.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style> #bg {background-image: url('images/background_image.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;}
</style>
</head>
<body class="is-preload">

Expand Down

0 comments on commit 85b5624

Please sign in to comment.