Answer the question
In order to leave comments, you need to log in
How to make FireFox and background-size friends?
Task: to impose a pattern in the form of a fine grid over the image. As a result, we get the effect that when the image is scaled, the grid will look different.
Solution: for the parent element, I create a pseudo-element, in which I set my own pattern as a background image. The code is something like this (inside parallax-mirror is img):
.parallax-mirror::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url(images/parallax-pattern.png);
opacity: .2;
background-size: contain;
}
Answer the question
In order to leave comments, you need to log in
In your case, it's most likely just a coincidence. As a rule, the failure to start the motherboard can be in the following cases: damage to the BIOS firmware, malfunction of the RAM or video card, failure of the power supply (voltage drop), failure of the motherboard. Your background about working with the file system has nothing to do with the current symptoms. In your case, it is better to contact the service center.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question