hopefully cool thing
This commit is contained in:
		@@ -1,10 +1,11 @@
 | 
			
		||||
/* Common styles for all pages */
 | 
			
		||||
body {
 | 
			
		||||
    font-family: Arial, sans-serif;
 | 
			
		||||
    font-family: 'Poppins', sans-serif;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    background-color: #161c21;
 | 
			
		||||
    color: aliceblue;
 | 
			
		||||
    overflow-x: hidden; /* Prevent horizontal scrolling */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
h2 {
 | 
			
		||||
@@ -33,18 +34,25 @@ a {
 | 
			
		||||
    margin: auto;
 | 
			
		||||
    text-align: left;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    opacity: 0;
 | 
			
		||||
    transform: translateX(100%);
 | 
			
		||||
    transition: opacity 0.8s ease, transform 1s ease;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.user-index-h1 {
 | 
			
		||||
    font-size: 4rem;
 | 
			
		||||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.user-index-h2 {
 | 
			
		||||
    font-size: 3.3rem;
 | 
			
		||||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.outlined-text {
 | 
			
		||||
    -webkit-text-fill-color: transparent;
 | 
			
		||||
    -webkit-text-stroke: 2.2px #8c00ff;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user