Difference between revisions of "Team:TUDelft/Header"

Line 130: Line 130:
 
   border: none; /* Remove borders */
 
   border: none; /* Remove borders */
 
   outline: none; /* Remove outline */
 
   outline: none; /* Remove outline */
   background-color: red; /* Set a background color */
+
   background-color: ; /* Set a background color */
 
   color: white; /* Text color */
 
   color: white; /* Text color */
 
   cursor: pointer; /* Add a mouse pointer on hover */
 
   cursor: pointer; /* Add a mouse pointer on hover */
Line 171: Line 171:
 
   border: none; /* Remove borders */
 
   border: none; /* Remove borders */
 
   outline: none; /* Remove outline */
 
   outline: none; /* Remove outline */
   background-color: red; /* Set a background color */
+
   background-color: #00a6d6; /* Set a background color */
   color: white; /* Text color */
+
   color: black; /* Text color */
 
   cursor: pointer; /* Add a mouse pointer on hover */
 
   cursor: pointer; /* Add a mouse pointer on hover */
 
   padding: 15px; /* Some padding */
 
   padding: 15px; /* Some padding */

Revision as of 13:26, 21 June 2019