Add caja-redonda practice.
This commit is contained in:
		
							
								
								
									
										26
									
								
								1/LMSGI/caja-redonda/caja-redonda.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								1/LMSGI/caja-redonda/caja-redonda.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,26 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
	<head>
 | 
			
		||||
		<title>La Caja Redonda</title>
 | 
			
		||||
	</head>
 | 
			
		||||
	<style>
 | 
			
		||||
.mi-caja {
 | 
			
		||||
	width: 300px;
 | 
			
		||||
	height: 300px;
 | 
			
		||||
	border-style: solid;
 | 
			
		||||
	border-width: 2px;
 | 
			
		||||
	border-radius: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mi-caja p {
 | 
			
		||||
	text-align: center;
 | 
			
		||||
	margin: auto;
 | 
			
		||||
	width: 60%;
 | 
			
		||||
}
 | 
			
		||||
	</style>
 | 
			
		||||
	<body>
 | 
			
		||||
		<div class="mi-caja" >
 | 
			
		||||
			<p>¡Hola! Soy la caja redonda.</p>
 | 
			
		||||
		</div>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user