Changes

Jump to navigation Jump to search
m
no edit summary
*/
 
*/ Trial for update of WelcomePage2020.05.25
body {
background: white;
}
 
a:link { color: #cc3333; text-decoration: none;}
a:visited { color: #cc3333; text-decoration: none;}
a:hover { color: #cc3333; text-decoration: none;}
a:active { color: #cc3333; text-decoration: none;}
 
ul.WelcRework {
display: grid;
grid-template-columns: repeat(auto-fit, 130px);
grid-gap: 1.5rem;
justify-content: space-between;
list-style: none;
padding: 1rem;
margin: 0;
}
li.WelcRework {
text-align:center;
background-color: #eeeeee;
box-shadow: 0px 8px 8px gray;
height: stretch;
border-top: solid 5px #cc3333;
}

Navigation menu