Blog-Home

This blog is for everybody that loves technology

Cutout Text Effect in HTML CSS with Source code

Cutout Text Effect in HTML CSS

Cutout Text Effect in HTML CSS

In this article, I am going to tell you how you can create a very beautiful Cutout Text Effect in HTML CSS with simple steps. you just need to write a simple code of text to create this HTML Cutout Text Effect in HTML CSS. We will use in this code HTML and simple internal CSS.





first of all, you have to create a folder, where you want to create a save file of code and then drag it or open it on your text editor, after that, you have to save this file by giving any name with the extension name .html.

after saved this file, you just write a simple structure of HTML and create content and follow the code which is given below.


Queries Solved:-

best computer center in tohana,computer center in tohana, best institute in tohana,creative networks tohana,website designing,web design in tohana,creative,networks,o-level computer course,tohana best institute,creative networks computer center, html,html tutorial,html5,learn html,html tutorial for beginners,html css,html course,html for beginners,html css tutorial,html,html5 tutorial,introduction to html,html 5,html crash course,.html,html elements,html,html tags.



<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cutout Text Effect</title>
</head>
<style type="text/css">
body
{
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}
.container
{
background-image: url(background.jpeg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
}
.text
{
background-color: #fff;
color: #000;
font-size: 10vw;
font-weight: bold;
margin: 0 auto;
padding: 50px;
width: 50%;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
mix-blend-mode: screen;
}
</style>
<body>
<div class="container">
<div class="text">CREATIVE</div>
</div>
</body>
</html>



 

Here we completed our tutorial.

If you face any problem please feel free to contact us.

If you like our article please share it with your friends and relatives.

Thanks for reading our article.

Read Also:-

Make Navbar Shrink Effect in HTML and CSS

Image Hover Overlay Effect CSS with Source code



Queries Solved:-

effects,how to create content box hover effects,image hover effects,css card hover effect,css hover tutorial,css card hover effects,image hover effects in html,css creative box hover effects,tohana,creativenetworks,best computer center in tohana,computer center in tohana, best institute in tohana,creative networks tohana,website designing,web design in tohana,creative,networks,o-level computer course,tohana best institute,creative networks computer center, beginners,html css tutorial,html,html.

4 thoughts on “Cutout Text Effect in HTML CSS with Source code”

Leave a Comment

Your email address will not be published. Required fields are marked *

WE CREATES WEBSITES

LEARN WEBSITE DESIGNING COURSE
ONLINE

We will teach you html5, css3, photoshop, bootstrap, media query, wordpress, sql, php.

Sandeep Gahlot
My Recent Posts
Scroll to Top