Block #song
This commit is contained in:
		@@ -2,6 +2,16 @@ body {
 | 
				
			|||||||
  background-color: rgb(143, 188, 143);
 | 
					  background-color: rgb(143, 188, 143);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#song{
 | 
				
			||||||
 | 
					  width: 400px;
 | 
				
			||||||
 | 
					  height: 300px;
 | 
				
			||||||
 | 
					  margin: auto;
 | 
				
			||||||
 | 
					  justify-content : center;
 | 
				
			||||||
 | 
					  background-color: rgba(0, 0, 0, 0.75);
 | 
				
			||||||
 | 
					  border-radius: 10px;
 | 
				
			||||||
 | 
					  color: #fff;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn {
 | 
					.btn {
 | 
				
			||||||
  width: 100px;
 | 
					  width: 100px;
 | 
				
			||||||
	height: 60px;
 | 
						height: 60px;
 | 
				
			||||||
@@ -14,7 +24,7 @@ body {
 | 
				
			|||||||
	cursor: pointer;
 | 
						cursor: pointer;
 | 
				
			||||||
	text-align: center;
 | 
						text-align: center;
 | 
				
			||||||
	margin: auto;
 | 
						margin: auto;
 | 
				
			||||||
	justify-content : center 
 | 
						justify-content : center;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -33,7 +43,6 @@ body {
 | 
				
			|||||||
	display: flex;
 | 
						display: flex;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
h1 {
 | 
					h1 {
 | 
				
			||||||
  text-align: center
 | 
					  text-align: center
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -41,6 +50,3 @@ h1 {
 | 
				
			|||||||
DIV {
 | 
					DIV {
 | 
				
			||||||
  text-align: center
 | 
					  text-align: center
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user