forked from Cliffbreak/Time-Service
		
	Compare commits
	
		
			4 commits
		
	
	
		
			bessere-ve
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4e8d57482e | |||
| d8c5382566 | |||
| e5a718ace0 | |||
| 5d13bed4e6 | 
					 2 changed files with 2 additions and 10 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -1,11 +1,3 @@
 | 
				
			||||||
/* If you want you can use font-face */
 | 
					 | 
				
			||||||
@font-face {
 | 
					 | 
				
			||||||
  font-family: 'BebasNeueRegular';
 | 
					 | 
				
			||||||
  src: url('BebasNeue\ Regular.ttf') format('truetype');
 | 
					 | 
				
			||||||
  font-weight: normal;
 | 
					 | 
				
			||||||
  font-style: normal;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
body,
 | 
					body,
 | 
				
			||||||
html {
 | 
					html {
 | 
				
			||||||
  height: 100vh;
 | 
					  height: 100vh;
 | 
				
			||||||
| 
						 | 
					@ -32,7 +24,7 @@ html {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#date {
 | 
					#date {
 | 
				
			||||||
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
 | 
					  font-family: Arial, Helvetica, sans-serif;
 | 
				
			||||||
  font-size: 36px;
 | 
					  font-size: 36px;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  text-shadow: 0 0 5px #00c6ff;
 | 
					  text-shadow: 0 0 5px #00c6ff;
 | 
				
			||||||
| 
						 | 
					@ -51,7 +43,7 @@ ul li {
 | 
				
			||||||
  display: inline;
 | 
					  display: inline;
 | 
				
			||||||
  font-size: 10em;
 | 
					  font-size: 10em;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
 | 
					  font-family: Arial, Helvetica, sans-serif;
 | 
				
			||||||
  text-shadow: 0 0 5px #00c6ff;
 | 
					  text-shadow: 0 0 5px #00c6ff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue