CSS Blend Modes 1

Developer
Size
2,911 Kb
Views
24,288

How do I make an css blend modes 1?

What is a css blend modes 1? How do you make a css blend modes 1? This script and codes were developed by Andy Vanee on 21 September 2022, Wednesday.

CSS Blend Modes 1 Previews

CSS Blend Modes 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Blend Modes 1</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1> How are you today??
</h1>
<div class="boxes"> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.7.0/jquery.lettering.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

CSS Blend Modes 1 - Script Codes CSS Codes

body, html { background-color: #e7ebef;
}
h1 { text-align: center; font-size: 8vw; letter-spacing: -0.16em; word-spacing: 0.15em; color: white;
}
h1 span { mix-blend-mode: multiply; color: rgba(0, 0, 255, 0.55);
}
h1 span:nth-child(2n+1) { color: rgba(255, 165, 0, 0.55);
}
h1 span:nth-child(3n+1) { color: rgba(255, 0, 0, 0.55);
}
h1 span:nth-child(4n+1) { color: rgba(238, 130, 238, 0.65);
}
h1 span:nth-child(5n+1) { color: rgba(0, 128, 0, 0.65);
}
h1 .char-l, h1 .char-i { margin: 0 0.02em 0 0;
}
.box { display: block; float: left; width: 22vw; height: 20vh; margin-right: -2.1vw; margin-bottom: -2.1vw; background-color: rgba(255, 0, 0, 0.65);
}
.box:nth-child(2n+1) { background-color: rgba(255, 165, 0, 0.55);
}
.box:nth-child(3n+1) { background-color: rgba(255, 0, 0, 0.55);
}
.box:nth-child(4n+1) { background-color: rgba(238, 130, 238, 0.65);
}
.box:nth-child(5n+1) { background-color: rgba(0, 128, 0, 0.65);
}
.box:nth-child(6n+1) { background-color: rgba(255, 192, 203, 0.65);
}

CSS Blend Modes 1 - Script Codes JS Codes

"use strict";
$(function () { $('h1').lettering(); $("h1 span").each(function (_, elem) { var text = $(elem).text(); $(elem).addClass("char-" + text); });
});
CSS Blend Modes 1 - Script Codes
CSS Blend Modes 1 - Script Codes
Home Page Home
Developer Andy Vanee
Username andyvanee
Uploaded September 21, 2022
Rating 3
Size 2,911 Kb
Views 24,288
Do you need developer help for CSS Blend Modes 1?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Andy Vanee (andyvanee) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!