Search
 
SCRIPT & CODE EXAMPLE
 

CSS

border radius not working

// To whomever may have this issue. My problem was border-collapse. It was set to:


border-collapse: collapse;

// I set it to:
border-collapse: separate; 
Comment

css border radius not working

border: 1px solid #000;
border-radius: 25px;
perspective: 1px;
overflow: hidden;
Comment

PREVIOUS NEXT
Code Example
Css :: css grid span columns 
Css :: robot font import 
Css :: ie11 flex 1 
Css :: center image 
Css :: font condensed 
Css :: css n number of lines only 
Css :: terraform rds 
Css :: css right 
Css :: text gradient in css 
Css :: css border shorthand 
Css :: how to justify text in css 
Css :: css horizontal gradient background color 
Css :: how to make hr class bootstrap full width 
Css :: border width css 
Css :: move bullets in css 
Css :: cssnano 
Css :: placeholder text css 
Css :: custom scrollbar css 
Css :: css align center 
Css :: add icon to input field 
Css :: insert background colour to css file 
Css :: font roboto css 
Css :: css tbody full width 
Css :: make image background of div 
Css :: float center tailwind 
Css :: how to change background color in css 
Css :: scss variables 
Css :: media min height css 
Css :: linear gradient tailwind css 
Css :: horizontal scroll only css mobile 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =