-
Notifications
You must be signed in to change notification settings - Fork 1.3k
13b created my own solution {what other ways did other beginners try?} ☻} #100
Copy link
Copy link
Open
Description
Sassy-design
opened on Apr 21, 2025
Issue body actions
<style>
.flexbox2{
display: flex;
height: 50px;
}
.column3{
background-color: pink;
width: 100px;
display: flex;
}
.nested-flexbox{
display: flex;
flex-direction: row;
}
.blu{
background-color: lightblue;
width: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.row2{
background-color: black;
color: white;
width: 35px;
}
.nested-flexbox1{
background-color: lightblue;
width: 100px;
display: flex;
flex-direction: column;
align-items: end;
justify-content: center;
}
.roww2{
background-color: black;
color: white;
width: 35px;
margin-top: 15px;
}
<style>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels