当前位置:网站首页>--Project summary
--Project summary
2022-07-27 02:02:00 【Pursue ~】
List of articles
1. Thinking
- First : After getting a project , Think as a whole , Achieve know the score .
- secondly : Have a general Scheme or plan , Instead of trying to write a little .
- Last : The code should be neat and orderly , File naming should be standardized , What folder to put should be well planned .
2. In terms of code
1. Implementation of image and text alignment
add to CSS attribute :vertical-align:middle;
vertical-align Property sets the vertical alignment of the element .
2.hover The correct use of pseudo classes
I wonder if you need such an application scenario
Elements A Is an element B Parent class of ,A Nested B, When the mouse moves to A Upper time , Want to make B Make changes .
Ways of realization , Use hover
A:hover B{
//css Code
}
边栏推荐
猜你喜欢
随机推荐
MySQL索引
Codeforce problem 908 D. new year and arbitrary arrangement (probability DP)
CEPH (distributed storage)
Virtualization technology KVM
Docker advanced: detailed explanation of MySQL master-slave replication and redis cluster capacity expansion and reduction configuration cases
标准C库的IO函数
[cann training camp] enter media data processing 1
33 three swordsman awk
Application of load balancing
科学计算库 —— Matplotlib
Shell (7) case statement
信息获取技术复习
How does MySQL get the first three items in each group
The bottom implementation of string container
【CANN训练营】走进媒体数据处理1
(codeforce 807div2)C. Mark and his unfinished essay (thinking)
Use ECs and OSS to set up personal network disk
MySQL主从复制与读写分离
第一次使用c语言自己编写程序,有大佬可以稍微帮忙看看嘛
left join 、inner join 、right join区别









