-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from JosephMarcell/Perbaikan-homepage,-navlinks…
…,-Stan Added Stan Option Page
- Loading branch information
Showing
16 changed files
with
559 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
body { | ||
background: #045762; | ||
} | ||
|
||
h1 { | ||
color: #fff; | ||
} | ||
|
||
.lead { | ||
color: #aaa; | ||
} | ||
|
||
.wrapper { | ||
margin: 10vh; | ||
} | ||
|
||
/* Post card styles */ | ||
|
||
.card { | ||
border: none; | ||
transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); | ||
overflow: hidden; | ||
border-radius: 20px; | ||
min-height: 450px; | ||
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); | ||
} | ||
|
||
@media (max-width: 768px) { | ||
.card { | ||
min-height: 350px; | ||
} | ||
} | ||
|
||
@media (max-width: 420px) { | ||
.card { | ||
min-height: 300px; | ||
} | ||
} | ||
|
||
.card-has-bg { | ||
transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); | ||
background-size: 140%; | ||
background-repeat: no-repeat; | ||
background-position: center center; | ||
} | ||
|
||
.card-has-bg:before { | ||
content: ''; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
background: inherit; | ||
-webkit-filter: grayscale(1); | ||
-moz-filter: grayscale(100%); | ||
-ms-filter: grayscale(100%); | ||
-o-filter: grayscale(100%); | ||
filter: grayscale(100%); | ||
} | ||
|
||
.card-has-bg:hover { | ||
transform: scale(0.98); | ||
box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3); | ||
background-size: 120%; | ||
transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); | ||
} | ||
|
||
.card-has-bg:hover .card-img-overlay { | ||
transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); | ||
background: rgb(16, 19, 195); | ||
background: linear-gradient(0deg, hsl(0, 0%, 100%) 100%, hsl(0, 0%, 100%) 50%); | ||
} | ||
|
||
.card-footer { | ||
background: none; | ||
border-top: none; | ||
} | ||
|
||
.card-footer .media img { | ||
border: solid 3px rgba(255, 255, 255, 0.3); | ||
} | ||
|
||
.card-title { | ||
font-weight: 800; | ||
} | ||
|
||
.card-meta { | ||
color: rgba(0, 0, 0, 0.3); | ||
text-transform: uppercase; | ||
font-weight: 500; | ||
letter-spacing: 2px; | ||
} | ||
|
||
.card-body { | ||
transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); | ||
} | ||
|
||
.card:hover .card-body { | ||
margin-top: 30px; | ||
transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); | ||
cursor: pointer; | ||
transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); | ||
} | ||
|
||
.card-img-overlay { | ||
transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); | ||
background: rgb(255, 186, 33); | ||
background: linear-gradient(0deg, rgba(255, 186, 33, 0.3785889355742297) 0%, rgba(255, 186, 33, 1) 100%); | ||
} | ||
|
||
|
||
|
||
@media (max-width: 767px) { | ||
/* Add media queries for specific styles if needed */ | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.