Long description

Back

Block 1: An empty rectangular box with a solid border is shown. The block of code reads as follows: border hyphen style colon solid semicolon.

Block 2: An empty rectangular box with a dotted border is shown. The block of code reads as follows: border hyphen style colon dotted semicolon.

Block 3: An empty rectangular box with a dashed line border is shown. The block of code reads as follows: border hyphen style colon dashed semicolon.

Block 4: An empty rectangular box with no border is shown. The block of code reads as follows: border hyphen width colon 0 semicolon.

Block 5: An empty rectangular box that has a solid border of width 1 p x is shown. The block of code reads as follows: border hyphen width colon 1 p x semicolon.

Block 6: An empty rectangular box that has a border of the same size at the left and top and a thicker border at the right is shown. The block of code reads as follows: border hyphen width colon 1 p x 2 p x 0 1 p x semicolon.

Block 7: An empty rectangular box with a thick gold border is shown. The block of code reads as follows: border colon solid 2 p x gold semicolon.

Block 8: An empty rectangular box with rounded corners and a solid border is shown. The block of code reads as follows: border hyphen radius colon 3 p x semicolon.

Block 9: An empty rectangular box with rounded corners and no border is shown. The block of code reads as follows. Line 1: border hyphen radius colon 3 p x semicolon. Line 2: border hyphen width colon 0 semicolon.

Block 10: An empty rectangular box with a gray background and shadows appearing at the right and bottom is shown. The block of code reads as follows: box hyphen shadow colon 2 p x 2 p x gray semicolon.

Block 11: An empty rectangular box with a gray background and shadows appearing on all 4 sides is shown. The block of code reads as follows: box hyphen shadow colon 2 p x 2 p x 2 p x 2 p x gray semicolon.

Back