sort
This commit is contained in:
		
							parent
							
								
									3bd579da3c
								
							
						
					
					
						commit
						4291b1bf48
					
				
					 327 changed files with 3334 additions and 191 deletions
				
			
		
							
								
								
									
										39
									
								
								public/css/skills.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								public/css/skills.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,39 @@
 | 
			
		|||
.skills {
 | 
			
		||||
  margin-bottom: 3rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.skills-title {
 | 
			
		||||
  font-size: 2rem;
 | 
			
		||||
  font-weight: 700;
 | 
			
		||||
  margin-bottom: 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.skills-subtitle {
 | 
			
		||||
  font-size: 1.25rem;
 | 
			
		||||
  font-weight: 600;
 | 
			
		||||
  color: #444;
 | 
			
		||||
  margin-top: 2rem;
 | 
			
		||||
  margin-bottom: 0.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.skills-list {
 | 
			
		||||
  list-style: none;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-wrap: wrap;
 | 
			
		||||
  gap: 0.75rem 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.skills-item {
 | 
			
		||||
  display: inline-flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  font-size: 1rem;
 | 
			
		||||
  color: #666;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.skills-item i {
 | 
			
		||||
  margin-right: 0.3rem;
 | 
			
		||||
  font-size: 1rem;
 | 
			
		||||
  opacity: 0.7;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue