CSS3 Typography

Size
1,928 Kb
Views
50,600

How do I make an css3 typography?

CSS3 Typography by Ibrahim Jabbari - http://ibrahimjabbari.com. What is a css3 typography? How do you make a css3 typography? This script and codes were developed by Ibrahim Jabbari on 12 August 2022, Friday.

CSS3 Typography Previews

CSS3 Typography - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Typography</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="plate"> <p class="script"><span>The Real</span></p> <p class="shadow text1">AMERICAN</p> <p class="shadow text2">BBQ</p> <p class="shadow text3">SAUCE</p> <p class="script"><span>by Ibrahim</span></p>
</div>
</body>
</html>

CSS3 Typography - Script Codes CSS Codes

/* Ibrahim Jabbari -- www.ibrahimjabbari.com */
@import url(http://fonts.googleapis.com/css?family=Arvo:700);
@import url(http://fonts.googleapis.com/css?family=Seaweed+Script);
body { background-color: #222;
}
.plate { width: 410px; margin: 10% auto;
}
.shadow { color: #fff; font-family: Arvo; font-weight: bold; text-shadow: -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 4px 4px 0 #fff, 5px 5px 0 #fff, 6px 6px 0 #fff, 7px 7px 0 #fff; line-height: 0.8em; letter-spacing: 0.1em; transform: scaleY(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); margin:0; text-align: center;
}
.script { font-family: "Seaweed Script"; color: #fff; text-align: center; font-size: 40px; position: relative; margin:0;
}
.script span { background-color: #222; padding: 0 0.3em;
}
.script:before { content:""; display: block; position: absolute; z-index:-1; top: 50%; width: 100%; border-bottom: 3px solid #fff;
}
.text1 { font-size: 60px;
}
.text2 { font-size: 169px;
}
.text3 { font-size: 100px;
}
CSS3 Typography - Script Codes
CSS3 Typography - Script Codes
Home Page Home
Developer Ibrahim Jabbari
Username ibrahimjabbari
Uploaded August 12, 2022
Rating 4
Size 1,928 Kb
Views 50,600
Do you need developer help for CSS3 Typography?

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!

Ibrahim Jabbari (ibrahimjabbari) Script Codes
Create amazing captions 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!