-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
144 additions
and
66 deletions.
There are no files selected for viewing
File renamed without changes.
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,62 @@ | ||
.target { | ||
position: relative; | ||
width: 200px; | ||
height: 200px; | ||
transition: 1s filter linear, 1s -webkit-filter linear; | ||
} | ||
|
||
.target > div { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
|
||
background-color: var(--color-beige); | ||
background-image: url(https://images.unsplash.com/photo-1716125583397-e7cc7469c3f2?q=80&w=3387&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); | ||
background-size: cover; | ||
background-position: center; | ||
} | ||
|
||
.target > span { | ||
position: absolute; | ||
top: -64px; | ||
left: 50%; | ||
transform: translateX(-50%); | ||
width: max-content; | ||
font-size: 12px; | ||
text-align: center; | ||
} | ||
|
||
.target > div { | ||
transition: 1s filter linear, 1s -webkit-filter linear; | ||
} | ||
|
||
#target-2 > div { | ||
transition: 0.5s filter ease-in-out; | ||
filter: hue-rotate(0deg); | ||
} | ||
#target-2:hover > div { | ||
filter: hue-rotate(90deg); | ||
} | ||
#target-3 > div { | ||
transition: 0.5s filter ease-in-out; | ||
filter: contrast(100%); | ||
} | ||
#target-3:hover > div { | ||
filter: contrast(175%); | ||
} | ||
#target-4 > div { | ||
transition: 0.5s filter ease-in-out; | ||
filter: brightness(100%); | ||
} | ||
#target-4:hover > div { | ||
filter: brightness(75%); | ||
} | ||
#target-5 > div { | ||
transition: 0.5s filter ease-in-out; | ||
filter: blur(0); | ||
} | ||
#target-5:hover > div { | ||
filter: blur(3px); | ||
} |
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>3.1: CSS Filters</title> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="../overall.css" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
<div></div> | ||
<a href="../4-1-mouse/index.html"></a> | ||
</header> | ||
|
||
<div><!-- Content here --></div> | ||
</body> | ||
</html> |
File renamed without changes.
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>3.1: CSS Filters</title> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="../overall.css" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
<div></div> | ||
<a href="../4-1-mouse/index.html"></a> | ||
</header> | ||
|
||
<div><!-- Content here --></div> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>3.1: CSS Filters</title> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="../overall.css" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
<div></div> | ||
<a href="../4-1-mouse/index.html"></a> | ||
</header> | ||
|
||
<div><!-- Content here --></div> | ||
</body> | ||
</html> |
Empty file.
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>3.1: CSS Filters</title> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="../overall.css" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
<div></div> | ||
<a href="../4-1-mouse/index.html"></a> | ||
</header> | ||
|
||
<div><!-- Content here --></div> | ||
</body> | ||
</html> |
Empty file.
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 |
---|---|---|
@@ -1 +1 @@ | ||
# hack-your-future-workshop | ||
# Hack Your Future |
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,10 @@ | ||
- Intro (Aske) | ||
- Clippath (Aske) | ||
- Css Filters (Tobi) \*TOBI | ||
- Keyframes + Hover things (+ things from iuno workshop) (Tobi) \*WØLK+TOBI | ||
- Svg Masks (Aske) \*ASKE | ||
- Svg Filters (Aske) \*ASKE | ||
- Svg Stroke (Tobi) \*TOBI | ||
- Simple JS css-variables + follow (Tobi) \*TOBI | ||
- Split Text Animation (Tobi) \*TOBI+WØLK | ||
- Css Perspective & 3d transforms + skew, if you're craazy (Aske) \*ASKE |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.