@ -194,7 +194,7 @@ First, style the `.terrarium` div children as a rounded rectangle using CSS:
height: 80%;
height: 80%;
width: 60%;
width: 60%;
background: #d1e1df;
background: #d1e1df;
border-radius: 10%;
border-radius: 1rem;
position: absolute;
position: absolute;
bottom: 0.5%;
bottom: 0.5%;
left: 20%;
left: 20%;
@ -224,19 +224,21 @@ First, style the `.terrarium` div children as a rounded rectangle using CSS:
}
}
.dirt {
.dirt {
width: 58%;
width: 60%;
height: 5%;
height: 5%;
background: #3a241d;
background: #3a241d;
position: absolute;
position: absolute;
border-radius: 0 0 4rem 4rem;
border-radius: 0 0 1rem 1rem;
bottom: 1%;
bottom: 1%;
left: 21%;
left: 20%;
opacity: 0.7;
opacity: 0.7;
z-index: -1;
z-index: -1;
}
}
```
```
Note the use of percentages here, even for the `border-radius`. If you scale your browser down, you can see how the jar corners scale as well. Also notice the widths and height percentages for the jar elements and how each element is absolutely positioned in the center, pinned to the bottom of the viewport.
Note the use of percentages here. If you scale your browser down, you can see how the jar scales as well. Also notice the widths and height percentages for the jar elements and how each element is absolutely positioned in the center, pinned to the bottom of the viewport.
We are also using `rem` for the border-radius, a font-relative length. Read more about this type of relative measurement in the [CSS spec](https://www.w3.org/TR/css-values-3/#font-relative-lengths).
✅ Try changing the jar colors and opacity vs. those of the dirt. What happens? Why?
✅ Try changing the jar colors and opacity vs. those of the dirt. What happens? Why?
@ -192,7 +192,7 @@ Primero, diseñe los elementos secundarios `.terrarium` div como un rectángulo
height: 80%;
height: 80%;
width: 60%;
width: 60%;
background: #d1e1df;
background: #d1e1df;
border-radius: 10%;
border-radius: 1rem;
position: absolute;
position: absolute;
bottom: 0.5%;
bottom: 0.5%;
left: 20%;
left: 20%;
@ -222,19 +222,19 @@ Primero, diseñe los elementos secundarios `.terrarium` div como un rectángulo
}
}
.dirt {
.dirt {
width: 58%;
width: 60%;
height: 5%;
height: 5%;
background: #3a241d;
background: #3a241d;
position: absolute;
position: absolute;
border-radius: 0 0 4rem 4rem;
border-radius: 0 0 1rem 1rem;
bottom: 1%;
bottom: 1%;
left: 21%;
left: 20%;
opacity: 0.7;
opacity: 0.7;
z-index: -1;
z-index: -1;
}
}
```
```
Tenga en cuenta el uso de porcentajes aquí, incluso para el `border-radius`. Si reduce la escala de su navegador, también puede ver cómo se escalan las esquinas del frasco. Observe también los porcentajes de ancho y alto de los elementos del tarro y cómo cada elemento está absolutamente posicionado en el centro, fijado a la parte inferior de la ventana gráfica.
Tenga en cuenta el uso de porcentajes aquí. Si reduce la escala de su navegador, también puede ver cómo se escalan las esquinas del frasco. Observe también los porcentajes de ancho y alto de los elementos del tarro y cómo cada elemento está absolutamente posicionado en el centro, fijado a la parte inferior de la ventana gráfica.
✅ Intente cambiar los colores y la opacidad del frasco frente a los de la suciedad. ¿Lo que pasa? ¿Por qué?
✅ Intente cambiar los colores y la opacidad del frasco frente a los de la suciedad. ¿Lo que pasa? ¿Por qué?
@ -194,7 +194,7 @@ Innanzitutto, si applica lo stile al div figlio `.terrarium` in modo che sia un
height: 80%;
height: 80%;
width: 60%;
width: 60%;
background: #d1e1df;
background: #d1e1df;
border-radius: 10%;
border-radius: 1rem;
position: absolute;
position: absolute;
bottom: 0.5%;
bottom: 0.5%;
left: 20%;
left: 20%;
@ -224,19 +224,19 @@ Innanzitutto, si applica lo stile al div figlio `.terrarium` in modo che sia un
}
}
.dirt {
.dirt {
width: 58%;
width: 60%;
height: 5%;
height: 5%;
background: #3a241d;
background: #3a241d;
position: absolute;
position: absolute;
border-radius: 0 0 4rem 4rem;
border-radius: 0 0 1rem 1rem;
bottom: 1%;
bottom: 1%;
left: 21%;
left: 20%;
opacity: 0.7;
opacity: 0.7;
z-index: -1;
z-index: -1;
}
}
```
```
Notare l'uso delle percentuali qui, anche per il `border-radius` (il raggio del bordo arrotondato). Se si riduce la finestra del browser, si puòi vedere come si ridimensionano anche gli angoli del barattolo. Notare anche le percentuali di larghezza e altezza per gli elementi jar e come ogni elemento sia posizionato in modo assoluto al centro, bloccato nella parte inferiore della finestra visualizzata.
Notare l'uso delle percentuali qui. Se si riduce la finestra del browser, si puòi vedere come si ridimensionano anche gli angoli del barattolo. Notare anche le percentuali di larghezza e altezza per gli elementi jar e come ogni elemento sia posizionato in modo assoluto al centro, bloccato nella parte inferiore della finestra visualizzata.
✅ Provare a cambiare i colori e l'opacità del barattolo rispetto a quelli della terra. Che cosa accade? Perché?
✅ Provare a cambiare i colori e l'opacità del barattolo rispetto a quelli della terra. Che cosa accade? Perché?
@ -194,7 +194,7 @@ Pertama, gayakan anak-anak `.terrarium` sebagai segi empat bulat menggunakan CSS
height: 80%;
height: 80%;
width: 60%;
width: 60%;
background: #d1e1df;
background: #d1e1df;
border-radius: 10%;
border-radius: 1rem;
position: absolute;
position: absolute;
bottom: 0.5%;
bottom: 0.5%;
left: 20%;
left: 20%;
@ -224,19 +224,19 @@ Pertama, gayakan anak-anak `.terrarium` sebagai segi empat bulat menggunakan CSS
}
}
.dirt {
.dirt {
width: 58%;
width: 60%;
height: 5%;
height: 5%;
background: #3a241d;
background: #3a241d;
position: absolute;
position: absolute;
border-radius: 0 0 4rem 4rem;
border-radius: 0 0 1rem 1rem;
bottom: 1%;
bottom: 1%;
left: 21%;
left: 20%;
opacity: 0.7;
opacity: 0.7;
z-index: -1;
z-index: -1;
}
}
```
```
Perhatikan penggunaan peratusan di sini, walaupun untuk `radius sempadan (border-radius)`. Sekiranya anda menurunkan penyemak imbas anda, anda dapat melihat bagaimana skala sudut jar juga. Perhatikan juga peratusan lebar dan tinggi untuk elemen balang dan bagaimana setiap elemen benar-benar diposisikan di tengah, disematkan ke bahagian bawah pandang.
Perhatikan penggunaan peratusan di sini. Sekiranya anda menurunkan penyemak imbas anda, anda dapat melihat bagaimana skala sudut jar juga. Perhatikan juga peratusan lebar dan tinggi untuk elemen balang dan bagaimana setiap elemen benar-benar diposisikan di tengah, disematkan ke bahagian bawah pandang.
✅ Cubalah ubah warna balang dan kelegapan berbanding kotoran. Apa yang berlaku? Kenapa?
✅ Cubalah ubah warna balang dan kelegapan berbanding kotoran. Apa yang berlaku? Kenapa?