Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a08b607
rainy-cloud-animation
filippoerbisti May 19, 2022
f9a7558
rainy-cloud-animation
filippoerbisti May 19, 2022
783b129
ambient-light-effect
filippoerbisti May 20, 2022
9086ac9
Update README.md
filippoerbisti May 20, 2022
7cb656a
neon-light-button-animation-hover
filippoerbisti May 20, 2022
7a804c7
Update README.md
filippoerbisti May 20, 2022
947e3df
neon-light-button-animation-infinite
filippoerbisti May 20, 2022
07c3e68
Update README.md
filippoerbisti May 20, 2022
938e160
glowing-gradient-loader-ring
filippoerbisti May 20, 2022
4d57146
Update README.md
filippoerbisti May 20, 2022
1509cc7
water-wave-text-animation
filippoerbisti May 20, 2022
3b8d574
update README.md
filippoerbisti May 20, 2022
bb71bde
glowing-text-animation
filippoerbisti May 20, 2022
6c8fe36
update README.md
filippoerbisti May 20, 2022
72d65f0
3d-wavy-circle-loader
filippoerbisti May 20, 2022
3b140ff
update README.md
filippoerbisti May 20, 2022
fabaecd
update README.md
filippoerbisti May 20, 2022
78d6e7c
3d-flip-checkbox
filippoerbisti May 20, 2022
176c77e
update README.md
filippoerbisti May 20, 2022
bcaba89
animated-eyes-follow-mouse-cursor
filippoerbisti May 20, 2022
b135fa5
update README.md
filippoerbisti May 20, 2022
b4594de
background-parallax-effect
filippoerbisti May 20, 2022
ab0bb7c
background-parallax-effect
filippoerbisti May 20, 2022
ab9f1f9
update README.md
filippoerbisti May 20, 2022
9e49510
isometric-social-icon-hover
filippoerbisti May 20, 2022
4b72c99
update README.md
filippoerbisti May 20, 2022
632b603
endless-road-animation
filippoerbisti May 20, 2022
201a735
update README.md
filippoerbisti May 20, 2022
55c9dec
snale-cube-loader
filippoerbisti May 20, 2022
b5ee477
update README.md
filippoerbisti May 20, 2022
4553791
video-inside-text
filippoerbisti May 20, 2022
eabe550
update README.md
filippoerbisti May 20, 2022
367388e
glowing-tubelight-text
filippoerbisti May 20, 2022
3ff5bf5
update README.md
filippoerbisti May 20, 2022
5c1cf2e
wooden-text-typography
filippoerbisti May 20, 2022
dc6daba
update README.md
filippoerbisti May 20, 2022
89a65e5
update README.md
filippoerbisti May 20, 2022
cf687d7
-
filippoerbisti May 23, 2022
abd321c
animated-tab-bar
filippoerbisti May 23, 2022
13541f5
update README.md
filippoerbisti May 23, 2022
88f2f1f
hex-circle-follow-mouse
filippoerbisti May 23, 2022
ea6438d
update README.md
filippoerbisti May 23, 2022
34cd214
hangman-css-animation
filippoerbisti May 23, 2022
b8afef5
update README.md
filippoerbisti May 23, 2022
c682c3e
swing-figure-css
filippoerbisti May 23, 2022
00f9ccd
update README.md
filippoerbisti May 23, 2022
f0da8a7
welocome-text-animation
filippoerbisti May 23, 2022
2da1a17
welocome-text-animation
filippoerbisti May 23, 2022
4577f9d
update README.md
filippoerbisti May 23, 2022
74e19d1
expanding-flex-cards
filippoerbisti May 23, 2022
80b739c
expanding-flex-cards
filippoerbisti May 23, 2022
ab76a2a
update README.md
filippoerbisti May 23, 2022
f365edb
expanding-flex-cards
filippoerbisti May 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Some cool CSS effects
# Expanding Flex Cards CSS

Check my branches and have fun!

View [DEMOS](https://codepen.io/filippoerbisti) on Codepen.
View and try [DEMO](https://codepen.io/filippoerbisti/pen/wvyqYZz) on Codepen.
82 changes: 82 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Expanding Flex Cards CSS</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<div class="options">
<div class="option active" style="--optionBackground:url(https://66.media.tumblr.com/6fb397d822f4f9f4596dff2085b18f2e/tumblr_nzsvb4p6xS1qho82wo1_1280.jpg);">
<div class="shadow"></div>
<div class="label">
<div class="icon">
<i class="fas fa-walking"></i>
</div>
<div class="info">
<div class="main">Title1</div>
<div class="sub">Parargraph1</div>
</div>
</div>
</div>
<div class="option" style="--optionBackground:url(https://66.media.tumblr.com/8b69cdde47aa952e4176b4200052abf4/tumblr_o51p7mFFF21qho82wo1_1280.jpg);">
<div class="shadow"></div>
<div class="label">
<div class="icon">
<i class="fas fa-snowflake"></i>
</div>
<div class="info">
<div class="main">Title2</div>
<div class="sub">Parargraph2</div>
</div>
</div>
</div>
<div class="option" style="--optionBackground:url(https://66.media.tumblr.com/5af3f8303456e376ceda1517553ba786/tumblr_o4986gakjh1qho82wo1_1280.jpg);">
<div class="shadow"></div>
<div class="label">
<div class="icon">
<i class="fas fa-tree"></i>
</div>
<div class="info">
<div class="main">Title3</div>
<div class="sub">Parargraph3</div>
</div>
</div>
</div>
<div class="option" style="--optionBackground:url(https://66.media.tumblr.com/5516a22e0cdacaa85311ec3f8fd1e9ef/tumblr_o45jwvdsL11qho82wo1_1280.jpg);">
<div class="shadow"></div>
<div class="label">
<div class="icon">
<i class="fas fa-tint"></i>
</div>
<div class="info">
<div class="main">Title4</div>
<div class="sub">Parargraph4</div>
</div>
</div>
</div>
<div class="option" style="--optionBackground:url(https://66.media.tumblr.com/f19901f50b79604839ca761cd6d74748/tumblr_o65rohhkQL1qho82wo1_1280.jpg);">
<div class="shadow"></div>
<div class="label">
<div class="icon">
<i class="fas fa-sun"></i>
</div>
<div class="info">
<div class="main">Title5</div>
<div class="sub">Parargraph5</div>
</div>
</div>
</div>
</div>

<script>
$(".option").click(function(){
$(".option").removeClass("active");
$(this).addClass("active");
});
</script>
</body>
</html>
Loading