0
css
did sololearn talk about flexbox in the css course?
6 Answers
0
Uzoigwe Kosi
You have completed 83% of CSS course so you should know.
0
<!DOCTYPE html>
<html>
<head>
<title>CSS Flexbox</title>
</head>
<body>
<div class=container>
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</div>
</div>
</body>
</html>
0
Please try this code
0
Harsh Nama
That is just a html. Where is CSS?
Flex box is a part of CSS
0
Uzoigwe Kosi
Flex box is in this course but not that much
https://www.sololearn.com/Course/Responsive-Web-Design/?ref=app
0
Thanks