mirror of
				https://github.com/DerTyp7/tealcode-django-python.git
				synced 2025-10-30 20:57:07 +01:00 
			
		
		
		
	added header links
This commit is contained in:
		| @@ -22,6 +22,31 @@ body header h1{ | ||||
|     letter-spacing: 5.5px; | ||||
| } | ||||
|  | ||||
| body header div{ | ||||
|     float: right; | ||||
|     margin-top: -25px; | ||||
|     margin-right: 100px; | ||||
| } | ||||
|  | ||||
|  | ||||
| body header div a{ | ||||
|     letter-spacing: 1.5px; | ||||
|     padding-right: 30px; | ||||
|     cursor:pointer; | ||||
|     transition: 0.1s; | ||||
|     transition-timing-function: linear; | ||||
|     font-weight: bold; | ||||
| } | ||||
|  | ||||
|  | ||||
| body header div a:hover{ | ||||
|     color:rgb(226, 4, 255); | ||||
|      | ||||
|     text-decoration: underline; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| body main #main-content{ | ||||
|     background-color: rgb(26, 26, 29); | ||||
|     width: 700px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187