css battle i scored 100 25

Solutions on MaxInterview for css battle i scored 100 25 by the best coders in the world

showing results for - "css battle i scored 100 25"
Domenico
21 Sep 2020
1<body>
2<div class="A">
3  <div class="B">
4  <div class="C"></div>
5  </div>
6  </div>
7 
8 
9<style>
10  .A {
11    width: 150;
12    height: 150;
13    background: #4F77FF;
14    border-radius:105px;
15    position: absolute;
16    top:50;
17    left:125;
18    display:flex;
19    justify-content:center;
20    align-items:center;
21    
22    ;
23    
24  }
25  .B{
26    width:75px;
27    height:125px;
28    background-color:#F9E492;
29    position:relative;
30    top:62;
31    left:-38;
32    
33    
34    
35    
36  }
37  .C{
38    width:75px;
39    height:75px;
40    background-color:#9AD5FF;
41    border-radius: 0 0 0 90px ;
42
43    
44  }
45  body{
46    background-color:#19191A;
47    display:flex;
48	justify-content:center;
49    align-items:center;
50    
51  }
52</style>
53</body>
similar questions
queries leading to this page
css battle i scored 100 25