kdsjafl
This commit is contained in:
		
							
								
								
									
										20
									
								
								css/main.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								css/main.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
*{
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
}
 | 
			
		||||
body{
 | 
			
		||||
    padding-left: 15%;
 | 
			
		||||
    padding-right: 15%;
 | 
			
		||||
}
 | 
			
		||||
.header{
 | 
			
		||||
    display: flex;
 | 
			
		||||
    background-color: red;
 | 
			
		||||
}
 | 
			
		||||
.header a{
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    background-color: blue;
 | 
			
		||||
    margin: 5px;
 | 
			
		||||
}
 | 
			
		||||
.header a .right{
 | 
			
		||||
    justify-content: flex-end;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user