Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css battle tesseract

<div></div>
<style>
  body {
    background: linear-gradient(
      #222730 25%, 
      #4CAAB3 25% 75%, 
      #222730 75%
    );
  }

  div {
    margin: 125px auto; 
    border-radius: 50%; 
    width: 50px;
    height: 50px;
    background: #393E46;
  }

  div::before {
    position: fixed; 
    content: "";
    background: #4CAAB3;
    z-index: -1;
    margin: -50px -50px;
    width: 150px; 
    height: 150px; 
    transform: rotate(45deg);
    box-shadow: 0 0 0 50px #222730; 
  }  

</style>
Comment

PREVIOUS NEXT
Code Example
Css :: wordpress how to change logo on a certain page with css 
Css :: css change multiple classes 
Css :: hide image title on hover css 
Css :: what is em in css 
Css :: webpack animate.css 
Css :: for...of...loop and NodeLists 
Css :: last child of last child tailwind 
Css :: sass installation 
Css :: Setting size for png icon in CSS 
Css :: :not(:hover) 
Css :: hide scroll bar when not needed 
Css :: execution timeout expired the timeout 
Css :: css after on hover 
Css :: inherit css 
Css :: matsnackbar background color 
Css :: css line-through with words 
Css :: div style how to wrap around 
Css :: how to saturate colors in css 
Css :: vertical align h1 inside div 
Css :: css grid example 
Css :: tailwind css next 
Css :: tailwindcss color change based on variable 
Css :: rem in css 
Css :: fluid typography 
Css :: css video background filter darken 
Css :: flexbox froggy 
Css :: how do img with same 
Css :: font size clamp generator 
Css :: css a little transparent 
Css :: scss import another file 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =