Flex center

Size
1,696 Kb
Views
24,288

How do I make an flex center?

Flex. What is a flex center? How do you make a flex center? This script and codes were developed by Alex Konstantinov on 08 September 2022, Thursday.

Flex center Previews

Flex center - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flex center</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="flex-item"># 1</div> <div class="flex-item"># 2</div>
</body>
</html>

Flex center - Script Codes CSS Codes

body,html{ height: 100%;
}
body{ background: -webkit-radial-gradient(center ellipse, rgba(245,247,250,1) 0%, rgba(230,233,237,1) 100%); background: radial-gradient(ellipse at center, rgba(245,247,250,1) 0%, rgba(230,233,237,1) 100%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse;
}
.flex-item{ background-color: black; width: 100px; height: 100px; margin: 5px; color: #fff; line-height: 100px; text-align: center; box-shadow:0px 0px 5px lightblue;
}
Flex center - Script Codes
Flex center - Script Codes
Home Page Home
Developer Alex Konstantinov
Username oxla
Uploaded September 08, 2022
Rating 3
Size 1,696 Kb
Views 24,288
Do you need developer help for Flex center?

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!

Alex Konstantinov (oxla) 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!