Search
 
SCRIPT & CODE EXAMPLE
 

CSS

make a half ciricle with div

div {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

div::before {
  content: '';
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0px 300px 0px 300px #448CCB;
}
Comment

PREVIOUS NEXT
Code Example
Css :: Basic sintax media Query 
Css :: prevent the blue highlighting on mobile 
Css :: not for specific child class 
Css :: css html attribut 
Css :: p{ color: blue; font-size: 14px; } 
Css :: fullcalendar react 
Css :: css fade div 
Css :: box align css 
Css :: responsive image slider html css 
Css :: switch css with text 
Css :: css layout tutorial 
Css :: how to add background shadow css 
Typescript :: react-native init typescript 
Typescript :: ERROR in node_modules/@ng-bootstrap/ng-bootstrap/accordion/accordion.d.ts:230:9 - error TS1086: An accessor cannot be declared in an ambient context. 230 set ngbPanelToggle(panel: NgbPanel); 
Typescript :: Listing available com ports with Python 
Typescript :: typescript calculate days between dates 
Typescript :: import lodash issue angular 
Typescript :: events on checkbox in jquery 
Typescript :: docker An attempt was made to access a socket in a way forbidden by its access permissions. 
Typescript :: if env variable exists bash 
Typescript :: string to date in typescript 
Typescript :: react typescript onclick stop propagation 
Typescript :: stripe typescript 
Typescript :: google sheets return number of unique items 
Typescript :: latex reduce the space after section and subsection 
Typescript :: adonis model use transaction 
Typescript :: How to find the two parts of a vector 2 C++ 
Typescript :: azure artifacts npm install latest version not updating 
Typescript :: Hong Kong Human Rights and Democracy Act opinion 
Typescript :: see sheets of excel file python 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =