Category: CSS
-
CSS #2: Adding Shadows and Borders to Cards
To add shadows, add this to the CSS, To round borders, add this to the CSS, But because of the thumbnail image, the top of the box is not rounded. To round only the top of the image, add this to the CSS, References: https://www.w3schools.com/css/css3_shadows_box.asp https://www.w3schools.com/css/css3_borders.asp
-
CSS #1
These are the CSS notes I need to make in the process of building the page. How to divide the page into two using Bootstrap, How to remove bullets from wp_list_categories(), How to adjust text alignment when the window is resized (buggy), How to add borders between <li>, How to remove the last bottom-border, How…