当前位置:网站首页>Responding with flow layout
Responding with flow layout
2022-06-30 05:15:00 【-iLu】

*{margin: 0px;padding: 0px}
.wrap{width: 80%;margin: 0 auto;}
.wrap h1{margin: 30px 0px ;text-align: center;}
.item{display: flex;}
.item div{flex: 1;padding: 20px 30px;}
.item div img {width: 100%;height: auto;}
.item div h2{margin: 30px 0px ;}
.item div a {display: block;color: orange;text-decoration: none;margin: 20px 0px;}
@media all and (max-width:1000px){}
@media all and (max-width:992px){
.wrap{flex-flow: row wrap;}
.wrap .item {flex: 0 0 auto;width: 50%;}
}
@media all and (max-width:768px){
.wrap{flex-flow: column;}
.wrap .item {flex: 0 0 auto;width: 80%;margin: 20px auto;}
}
</style>
</head>
<body>
<div class="wrap">
<h1>Pprtfolio...</h1>
<div class="item">
<div>
<img src="../image/a.png">
<h2></h2>
<p>style="color:red;font-weight:600">
ef="http://developer.baidu.com/map/index.php?title=jspopular/guide/introduction" style="color:#2f83c7" target="_blank
="http://lbsyun.baidu.com/apiconsole/key?application=key</p>
<a href="#">apiconsole</a>
</div>
<div>
<img src="../image/b.png">
<h2></h2>
<p>style="color:red;font-weight:600">
ef="http://developer.baidu.com/map/index.php?title=jspopular/guide/introduction" style="color:#2f83c7" target="_blank
="http://lbsyun.baidu.com/apiconsole/key?application=key</p>
<a href="#">apiconsole</a>
</div>
<div>
<img src="../image/c.png">
<h2></h2>
<p>style="color:red;font-weight:600">
ef="http://developer.baidu.com/map/index.php?title=jspopular/guide/introduction" style="color:#2f83c7" target="_blank
="http://lbsyun.baidu.com/apiconsole/key?application=key</p>
<a href="#">apiconsole</a>
</div>
</div>
<div class="item">
<div>
<img src="../image/a.png">
<h2></h2>
<p>style="color:red;font-weight:600">
ef="http://developer.baidu.com/map/index.php?title=jspopular/guide/introduction" style="color:#2f83c7" target="_blank
="http://lbsyun.baidu.com/apiconsole/key?application=key</p>
<a href="#">apiconsole</a>
</div>
<div>
<img src="../image/b.png">
<h2></h2>
<p>style="color:red;font-weight:600">
ef="http://developer.baidu.com/map/index.php?title=jspopular/guide/introduction" style="color:#2f83c7" target="_blank
="http://lbsyun.baidu.com/apiconsole/key?application=key</p>
<a href="#">apiconsole</a>
</div>
<div>
<img src="../image/c.png">
<h2></h2>
<p>style="color:red;font-weight:600">
ef="http://developer.baidu.com/map/index.php?title=jspopular/guide/introduction" style="color:#2f83c7" target="_blank
="http://lbsyun.baidu.com/apiconsole/key?application=key</p>
<a href="#">apiconsole</a>
</div>
</div>
边栏推荐
- Unity- the camera follows the player
- C # three ways to obtain web page content
- Postman 做测试的 6 个常见问题
- Tcp/ip protocol details Volume I (Reading Guide)
- [note] usage model tree of the unity resource tree structure virtualizingtreeview
- Configuration and use of controllers and routes in nestjs
- 产生 BUG 测试人员需要自己去分析原因吗?
- Pytorchcnn image recognition and classification model training framework
- Chinese pycharm changed to English pycharm
- Win10 vs2015 compiling curaengine
猜你喜欢

东塔攻防世界—xss绕过安全狗

Records of some problems encountered during unity development (continuously updated)

RedisTemplate 常用方法汇总

Some problems encountered in unity steamvr

pycharm 数据库工具

The file has been downloaded incorrectly!

Preorder traversal of Li Kou 589:n fork tree

Unity project hosting platform plasticscm (learn to use 2)

Rotation, translation and scaling of unity VR objects

Ugui uses its own function to realize reverse mask
随机推荐
Unityshader learning notes - Basic Attributes
Configuration and use of controllers and routes in nestjs
Redis cluster concept
Unity2019.3.8f1 development environment configuration of hololens2
Connect() and disconnect() of socket in C #
[note] usage model tree of the unity resource tree structure virtualizingtreeview
Unity- the camera follows the player
Chapter 10 of OpenGL super classic (7th Edition) calculation shader
Force buckle 977 Square of ordered array
Exploration of unity webgl
【 VCS + Verdi joint simulation】 ~ Taking Counter as an Example
力扣(LeetCode)180. 连续出现的数字(2022.06.29)
LxC and LXD container summary
Passing values between classes using delegates and events
Force buckle 349 Intersection of two arrays
VFPBS上传EXCEL并保存MSSQL到数据库中
Unity supports the platform # define instruction of script
[typescript] defines the return value type of promise
[typescript] cannot redeclare block range variables
GoLand No Tests Were Run : 不能使用 fmt.Printf() &lt;BUG&gt;