In the code below, what does each value represent, in the order they are written?
In the code below, what is the blur amount?
Add a box shadow to the h1
with the following values:
#b5532f
4px
6px
10px
2px
On second thought, maybe the shadow should go inside the box. Add the value that will place the shadow inside the element box.
Add a shadow to the text of the h2
with the following values:
1px
coral
2px
1px
Round all 4 corners of the paragraph to a measurement of .6rem
.
Hint: Make sure your properties are written in alphabetical order.
On second thought, let’s keep the top-right and bottom-left corners at .6rem
, but change the top-left and bottom-right to 0
.
Remember, you can do this with only 2 values.
Round the corners on the div below so that each corner is as follows:
.75rem
1rem
.5rem
0
Hint: Make sure your properties are written in alphabetical order.
When specifying a box-shadow
, what keyword puts the shadow inside the element box?