Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 715 Bytes

53.md

File metadata and controls

38 lines (31 loc) · 715 Bytes

53 - PASTEL LOGO

Screenshot

NORMAL

<body bgColor=#19191A style=margin:50px+125px>
  <p a><div><p></div>
<style>
  * {
    position: absolute;
  }
  
  div {
    height: 150;
    width: 150;
    border-radius: 50%;
    background: #4F77FF;
    overflow: hidden;    
  }
  
  p {    
    height: 125;
    width: 75;  
    margin-top: 75;
    background: #9AD5FF;	
  }
  
  p[a] {  	
    background: #F9E492;	
  }

MINIFIED

<body bgColor=#19191A style=margin:50px+125px><p a><div><p></div><style>*{position:absolute}div{height:150;width:150;border-radius:50%;background:#4F77FF;overflow:hidden}p{height:125;width:75;margin-top:75;background:#9AD5FF}p[a]{background:#F9E492}