css3

how to remove the black horizontal bars from the video on the site inserted through the youtube iframe?

I set the video to be in the block on the right the block width is eight 460 px I made the video stretch over the entire blo ... dia; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> And it turns out like this

How do I make the background a triangle?

How can I make the background a triangle? ? body, html { margin: 0; padding: 0; height: 100vh; } div { width: 100 ... .preghiere.net/wp-content/uploads/2015/11/parigi1.jpg") bottom center; background-size: cover; } <div></div>

Background squares with the distance between them and the gradient

How can such a background be made up of squares with the distance between these squares and the continuing transition gradient? Moreover, the distances between the squares should be transparent. Is it possible?

Image rotation via CSS3

You need to make a preloader for the mobile app from this image So that it rotates when it is shown, this code only works ... clically and how to make the animation happen immediately at the moment of showing the diva with this image using only csc3.

How do I cancel the-webkit-appearance: none action for a specific selecta?

There is a common css property that overrides -webkit-appearance: none; for all tags, which affects the display of arrows in ... ion>Option 1</option> <option>Option 2</option> <option>Option 3</option> </select>

Safari bug when using drop-shadow and transform

Here and on the fiddle (https://jsfiddle.net/a2x4ps5c/) doesn't seem to work, but a clean html document in safari gives somet ... transition: all 0.25s ease; } .test:hover { transform: skew(0deg, 10deg); } <div class="test"> </div>

Why the border-radius top,right,left property doesn't work.bottom in FireFox at the table?

Hello everyone I'm trying to make rounded edges for the table, but for some reason the border-top-left-radius, border-top-ri ... 0 padding-top: 1.5rem padding-bottom: 1.5rem At the same time, it works beautifully in Chrome. What am I doing wrong?

How do I make side lines from text in css?

How best to make these lines And at the beginning, the line is more bold.

Animation of the departure of the sitbar

There is a sitbar, its extension and movement need to be animated , but using the animation property, only the first one is o ... lt;body> <div class="buttom"> <div class="saitbar"></div> </div> </body>

Polka dot background on css

How to make such a background on css? And is it possible? Thanks!

abbreviated grid-template entry

there are 2 types of grid-template entry the first entry in the code means ... grid-template the first 2 numbers (300px) wil ... ost-5 post-4" 200px [row-end] / 1fr 1fr 1fr; } .post-1 { grid-area: post-1; } .post-2 { grid-area: post-2; }

IE11 does not display a simple after element

Good afternoon, everyone. Tell me why the pseudo-element after is not displayed in the header (the lower dash). The peculiar ... here is my element? https://prnt.sc/qm99yp the element appeared in the inspector, but everything is crossed out in the styles

How do I stop setInterval()?

It is necessary that after the creation 100-go the setInterval element was turned off. Is it possible to do this without crea ... left; box-sizing: border-box; } <button onclick="foo()">Create</button> <div id="field"></div>

What does * mean in CSS?

In some templates in css files, I began to notice at the very beginning this entry * { margin: 0; padding: 0; } What does an asterisk mean?

Fixed thead with scrolling tbody

Hello! Tell me how to make a fixed thead with scrolling tbody, preferably without JavaScript. There is a method with applyi ... roach, if the number of elements does not go beyond DIV ' a, then an offset occurs, by the width of the scrollbar. Example

what does span mean in grid?

.myForm { display: grid; grid-template-columns: [labels] auto [controls] 1fr; grid-auto-flow: row; grid-gap: .8em; ... xtarea name='comments' id='comments' maxlength='500'></textarea> <button>Submit</button> </form>

How do I make a background with diagonal stripes?

How do I make a background with diagonal stripes?

Is CSS a programming or markup language?

Is CSS a programming or markup language? Or how else to understand?

css repeating background of circles

Tell me a way to create a background image from repeating horizontally (background-repeat:round;), right next to one another ... , border-box, border-box, border-box, border-box; } <div class="ground"></div> But what about the circles?

How to select the last item

How to select the last item. But if it is worth class .none then choose the last one. .menuElement:last-child { colo ... <li class="menuElement">Element9</li> <li class="menuElement none">Element10</li> </ul>