Centering a div in a page, basic

Developer
Size
1,500 Kb
Views
28,336

How do I make an centering a div in a page, basic?

This is an example from the blog article The complete guide to centering a div at http://www.tipue.com/blog/center-a-div/. What is a centering a div in a page, basic? How do you make a centering a div in a page, basic? This script and codes were developed by Steve Pear on 08 September 2022, Thursday.

Centering a div in a page, basic Previews

Centering a div in a page, basic - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Centering a div in a page, basic</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="center-div"></div>
</body>
</html>

Centering a div in a page, basic - Script Codes CSS Codes

body
{ padding: 30px; background-color: #fcfcfc;
}
.center-div
{ margin: 0 auto; width: 100px; height: 100px; background-color: #ccc; border-radius: 3px;
}
Centering a div in a page, basic - Script Codes
Centering a div in a page, basic - Script Codes
Home Page Home
Developer Steve Pear
Username Tipue
Uploaded September 08, 2022
Rating 3.5
Size 1,500 Kb
Views 28,336
Do you need developer help for Centering a div in a page, basic?

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!

Steve Pear (Tipue) Script Codes
Create amazing marketing copy 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!