Vertical align

Developer
Size
1,952 Kb
Views
56,672

How do I make an vertical align?

What is a vertical align? How do you make a vertical align? This script and codes were developed by Shankar Cabus on 24 June 2022, Friday.

Vertical align Previews

Vertical align - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Vertical align</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .foo { width: 200px; height: 300px; background: #000;
}
.bar { width: 100px; height: 100px; background: red; top: 50%; transform: translate(0, -50%); position: relative;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="foo"> <div class="bar"> </div>
</div>
</body>
</html>

Vertical align - Script Codes CSS Codes

.foo { width: 200px; height: 300px; background: #000;
}
.bar { width: 100px; height: 100px; background: red; top: 50%; transform: translate(0, -50%); position: relative;
}
Vertical align - Script Codes
Vertical align - Script Codes
Home Page Home
Developer Shankar Cabus
Username shankarcabus
Uploaded June 24, 2022
Rating 3
Size 1,952 Kb
Views 56,672
Do you need developer help for Vertical align?

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!

Shankar Cabus (shankarcabus) Script Codes
Create amazing video scripts 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!