A Pen by Tom Durkin

Developer
Size
2,503 Kb
Views
14,168

How do I make an a pen by tom durkin?

This pen shows you how to align text in the middle of a parent div using display: table; and display:table-cell.. What is a a pen by tom durkin? How do you make a a pen by tom durkin? This script and codes were developed by Tom Durkin on 14 November 2022, Monday.

A Pen by Tom Durkin Previews

A Pen by Tom Durkin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Tom Durkin</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='masthead'> <div class='align'>Use 'display: table;' on the parent and 'display: table-cell, vertical-align: middle;' to align child element</div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Tom Durkin - Script Codes CSS Codes

body, html { height: 100%; font-family: "Open Sans", sans-serif; color: #fff;
}
.masthead { width: 100%; height: 500px; background: #3498db; display: table; font-size: 20px; line-height: 28px;
}
.align { display: table-cell; vertical-align: middle; text-align: center; padding: 0 100px;
}

A Pen by Tom Durkin - Script Codes JS Codes

/* feedback welcomed via Twitter! - @tomdurkin */
A Pen by Tom Durkin - Script Codes
A Pen by Tom Durkin - Script Codes
Home Page Home
Developer Tom Durkin
Username tomdurkin
Uploaded November 14, 2022
Rating 3
Size 2,503 Kb
Views 14,168
Do you need developer help for A Pen by Tom Durkin?

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!

Tom Durkin (tomdurkin) Script Codes
Create amazing art & images 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!