Typography

Developer
Size
1,944 Kb
Views
10,120

How do I make an typography?

What is a typography? How do you make a typography? This script and codes were developed by Tyler Furby on 15 December 2022, Thursday.

Typography Previews

Typography - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Typography</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class ="jumbotron vertical-center"> <div class="container"> <h1>hello world<span class="period">.</span></h1> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
</body>
</html>

Typography - Script Codes CSS Codes

@import 'https://fonts.googleapis.com/css?family=Ubuntu';
body { background-color: #222;
}
.vertical-center { color: white; min-height: 100%; min-height: 100vh; display: flex; align-items: center;
}
.vertical-center { height:100%; width:100%; text-align: center; /* align the inline(-block) elements horizontally */ font: 0/0 a; /* remove the gap between inline(-block) elements */
}
.vertical-center:before { /* create a full-height inline block pseudo=element */ content: " "; display: inline-block; vertical-align: middle; /* vertical alignment of the inline element */ height: 100%;
}
.vertical-center > .container { max-width: 100%; display: inline-block; vertical-align: middle; /* vertical alignment of the inline element */ /* reset the font property */ font: 16px/1 "Ubuntu", Helvetica, Arial, sans-serif;
}
.jumbotron { background-color: #222;
}
.period { color: #8adc54;
}
Typography - Script Codes
Typography - Script Codes
Home Page Home
Developer Tyler Furby
Username tylerfurbyCEO
Uploaded December 15, 2022
Rating 3
Size 1,944 Kb
Views 10,120
Do you need developer help for 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!

Tyler Furby (tylerfurbyCEO) Script Codes
Create amazing web content 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!