Animation with shape is 3D animation
Animation without shape is 2D animation
Answer:
make the element sizes a percentage
Explanation:
Without using a framework specified for this type of thing such as Bootstrap, the best way to do this would be to make the element sizes a percentage. By making the size of everything a percentage it will automatically resize itself to take up the same percentage of the screen at all times. Even when the browser window is resized to any size that the user wants. This also applies to monitors of different sizes and mobile devices.
Answer:
A cinematographer has to be concerned with the balance of light and dark and depth of focus.
1. There are two equivalent options:
<span>2. border-width:2px;
border-style:solid;
border-color: #000
and </span><span>3. border: 2px solid #000;
As for programmers: "Shorter = better". So option 3 is your choice.
2. I think it's a very tricky question and I can't see correct answer. But in my opinion this one is the most possible: </span><span>3. CSS shorthand take up less space. Shorter files = less mistakes.</span>