当前位置:网站首页>Align individual elements to the right under flex layout
Align individual elements to the right under flex layout
2022-07-07 15:47:00 【Sam young】
<div class="father">
<div> On the left </div>
<div class="right"> On the right </div>
</div>
.father {
display: flex;
}
.right {
margin-left: auto
}
/** Or direct parent */
.father {
display: flex;
justify-content: space-between;
}
边栏推荐
- The bank needs to build the middle office capability of the intelligent customer service module to drive the upgrade of the whole scene intelligent customer service
- [quickstart to Digital IC Validation] 20. Basic syntax for system verilog Learning 7 (Coverage Driven... Including practical exercises)
- [quick start of Digital IC Verification] 22. Ahb-sramc of SystemVerilog project practice (2) (Introduction to AMBA bus)
- [wechat applet] Chapter (5): basic API interface of wechat applet
- [follow Jiangke University STM32] stm32f103c8t6_ PWM controlled DC motor_ code
- Android -- jetpack: the difference between livedata setValue and postvalue
- How to understand that binary complement represents negative numbers
- 写一篇万字长文《CAS自旋锁》送杰伦的新专辑登顶热榜
- Cut ffmpeg as needed, and use emscripten to compile and run
- How to create Apple Developer personal account P8 certificate
猜你喜欢
[server data recovery] a case of RAID data recovery of a brand StorageWorks server
2. 堆排序『较难理解的排序』
【兰州大学】考研初试复试资料分享
Streaming end, server end, player end
Introduction of mongod management database method
有一头母牛,它每年年初生一头小母牛。每头小母牛从第四个年头开始,每年年初也生一头小母牛。请编程实现在第n年的时候,共有多少头母牛?
Gd32 F3 pin mapping problem SW interface cannot be burned
[quick start of Digital IC Verification] 25. AHB sramc of SystemVerilog project practice (5) (AHB key review, key points refining)
[quick start of Digital IC Verification] 26. Ahb-sramc of SystemVerilog project practice (6) (basic points of APB protocol)
Async and await
随机推荐
[Lanzhou University] information sharing of postgraduate entrance examination and re examination
有钱人买房就是不一样
Clang compile link ffmpeg FAQ
【数字IC验证快速入门】25、SystemVerilog项目实践之AHB-SRAMC(5)(AHB 重点回顾,要点提炼)
Syntax of generator function (state machine)
Whether runnable can be interrupted
摘抄的只言片语
Introduction of mongod management database method
Implementation of crawling web pages and saving them to MySQL using the scrapy framework
numpy--数据清洗
Mesh merging under ue4/ue5 runtime
HPDC smart base Talent Development Summit essay
Spin animation of Cocos performance optimization
Basic knowledge sorting of mongodb database
Pat grade a 1103 integer factorizatio
Gd32 F3 pin mapping problem SW interface cannot be burned
After UE4 is packaged, mesh has no material problem
Unity's ASE realizes cartoon flame
Zhongang Mining: Fluorite continues to lead the growth of new energy market
MongoDB数据库基础知识整理