Trong các dự án đôi lúc file thiết kết có border dạng dot, mà mặc định thì khoản cách giữa các dot khá gần nhau không dẹp tý nào ngay sau đây mình sẽ chia sẽ đoạn code để css mà dot có khoản cách chúng ta mong muốn
1 2 3 4 |
background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%); background-position: top; background-size: 10px 2px; background-repeat: repeat-x; |
1 2 3 4 |
background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%); background-position: bottom; background-size: 10px 2px; background-repeat: repeat-x; |
1 2 3 4 |
background-image: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 0%); background-position: left; background-size: 2px 10px; background-repeat: repeat-y; |
1 2 3 4 |
background-image: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 0%); background-position: right; background-size: 2px 10px; background-repeat: repeat-y; |
Mọi sự sao chép xin ghi rõ nguồn là fcwordpress.net
Chuyên trang về wordpress: hướng dẫn thiết kế theme, plugin, thủ thuật wordpress