Skip to content

Commit

Permalink
Add Ambient Lighting; shading
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDoy committed Apr 28, 2024
1 parent 8985f7d commit b5a4a14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions package/css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,8 @@ img:active {
color: black;
text-decoration: none;
}
#wrapper {
background-image: url("/img/bg-hero.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
background-color: #d7473c;
margin-bottom: 30px;
}
#wrapper h4, #wrapper p {
color: #ffffff!important;
.wrapper {
background: radial-gradient(circle at 50% 50%,rgba(255, 255, 255, 0.06), rgba(215, 71, 60, 0));
}

body {
Expand Down Expand Up @@ -226,12 +218,15 @@ img:active {

.featured-hero {
border-radius: 30px;
box-shadow: 0 5px 20px 0 rgba(255,255,255,0.05);
border: 3px solid rgba(0,0,0,0.1);
}


@media (max-width: 575px) {
.featured-hero {
border-radius: 0;
border: none;
}
}

Expand Down
2 changes: 1 addition & 1 deletion package/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>

<body>
<div>
<div class="wrapper">
<section>
<div class="container-fluid">
<div class="row">
Expand Down

0 comments on commit b5a4a14

Please sign in to comment.