Snippets tagged “border”
13 snippets use this tag.
- How to Add a Circle Around a Number in CSSCSS
Adding a circle around a number can be easily done with CSS. This can be done using the border-radius property. Read our snippet and find the solution.
- How to Add a Frame Around an ImageCSS
How to add border as a frame for images. Also add image borders to images. See also Circle and Round frames. All with examples.
- How to Add Border Inside a DivHTML
If you need to place a border inside a <div> element, you are in the right place. In this snippet, you can find out how to do it using some CSS properties.
- How to Add Border to HTML TableHTML
Learn how to create an HTML table, how to change HTML table border style using CSS. How to add border to<div>,<h2> &<p> elements. Practice with examples
- How to Add Border to Image in CSSCSS
Learn about how to add border to an image, how to add styling to it and how to specify each corner and have circle borders. Practice all with examples.
- How to Add Space Between Rows in the TableCSS
How to Create Space Between Rows in the Table-Learn to create space between two rows in the table in a super-easy way. Try examples yourself.
- How to Create Loading Spinner With CSSCSS
How to Create Loading Spinner With CSS? CSS animations allow creating a loading spinner easily. Learn with W3docs online tutorial. Fast solution.
- How to Create Thumbnail ImagesCSS
If your Website contains lots of images and downloads slowly, read our snippet and learn to create thumbnail images, which will help you to solve this problem.
- How to Cut Corners With Pure CSSCSS
If you want your Website to look creative, then read our snippet and learn how to get a cut corner effect using different methods and try some examples.
- How to Limit Border Length with CSSCSS
You may come across the difficulty of making the border of an element shorter than its parent element. To overcome this, use CSS properties and HTML elements.
- How to Remove Border from the <iframe> TagHTML
How to Remove Borders from the <iframe> Tag
- How to Set Border Opacity with CSSCSS
You can set the border opacity using a RGBA color as a value for the CSS border property. In this snippet, we’re going to demonstrate how it can be done.
- How to Style a Horizontal LineCSS
Learn the ways of styling and have attractive horizontal lines: how to change color and size, set images as horizontal lines and a pack full of various kinds of <hr> examples.