File tree Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1+ [1mdiff --git a/style.css b/style.css[m
2+ [1mindex b1a4e3b..99f6511 100644[m
3+ [1m--- a/style.css[m
4+ [1m+++ b/style.css[m
5+ [36m@@ -1,8 +1,8 @@[m
6+  .blue {[m
7+ [31m-			background-color:blue[m
8+ [32m+[m[32m        background-color:blue[m
9+  }[m
10+  .circle{[m
11+ [31m-			border-radius:50%;[m
12+ [31m-			width:300px;[m
13+ [31m-			height:300px;[m
14+ [31m-}[m
15+ [32m+[m[32m        border-radius:50%;[m
16+ [32m+[m[32m        width:500px;[m
17+ [32m+[m[32m        height:500px;[m
18+ [32m+[m[32m}[m
19+ \ No newline at end of file[m
Original file line number Diff line number Diff line change 11.blue  {
2- 			 background-color : blue
2+          background-color : blue
33}
44.circle {
5- 			 border-radius : 50%  ;
6- 			 width : 300 px 
7- 			 height : 300 px 
8- }
5+          border-radius : 50%  ;
6+          width : 500 px 
7+          height : 500 px 
8+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments