calc is a function in CSS that is used to calculate numerical values. It can calculate length, angle, time, etc. Supports The effect of the example display An example using the cacl layout I want to create an effect where the background of CSS Code #div1 { width: 100%; min-width: 400px; outline: blue; } #div2 { width: 300px; margin: 0 auto; outline: 1px solid #ccc; color: white; } HTML code <div id="div1" class="cw"> <div id="div2"> test </div> </div> Solution .cw { background:blue linear-gradient( to right, red calc(50% - 150px + 60px ) , transparent calc(50% - 150px + 60px ) ); } cacl compatibility The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. |
<<: Detailed explanation of encoding issues during MySQL command line operations
>>: Parameters to make iframe transparent
In a recent project, I needed to implement the fu...
Preface: js is a single-threaded language, so it ...
Table of contents APIs used Simple Example person...
Preface Learn MySQL to reorganize previous non-MK...
I accidentally found that Vue.$set was invalid in...
Preface This article only focuses on what Nginx c...
Deepin 2014 download and installation For downloa...
A MySQL custom value is a temporary container for...
Preface I recently wanted to learn CocosCreator, ...
In HTML pages, visual elements such as buttons an...
1. Introduction Some time ago, there were a serie...
The basics of MySQL knowledge points for the seco...
Linux uses files as the basis to manage the devic...
js array is probably familiar to everyone, becaus...
Preface Semicolons in JavaScript are optional, an...