Txantiloi:Hezkuntza/Lehiaketak/2020/styles.css

Wikipedia, Entziklopedia askea
.funtsezkoak {
background: #d33; 
color: white; 
padding: 10px; 
width:25%;
}

.udalerriak {
background: #36c; 
color: white; 
padding: 10px; 
width:25%;
}

.emakumeak {
background: #9400d3; 
color: white; 
padding: 10px; 
width:25%;
}

.txikipedia {
background: #00af89; 
color: white; 
padding: 10px; 
width:25%;
}

.funtsezkoak-hover {
background: white; 
color: #d33;
border-bottom: 2px solid #d33;
padding: 10px; 
width:25%;
}

.funtsezkoak-hover:hover {
background: #d33; 
color: white;
}

.udalerriak-hover {
background: white; 
color: #36c;
border-bottom: 2px solid #36c;
padding: 10px; 
width:25%;
}

.udalerriak-hover:hover {
background: #36c; 
color: white;
}

.emakumeak-hover {
background: white; 
color: #9400d3;
border-bottom: 2px solid #9400d3;
padding: 10px; 
width:25%;
}

.emakumeak-hover:hover {
background: #9400d3; 
color: white;
}

.txikipedia-hover {
background: white; 
color: #00af89;
border-bottom: 2px solid #00af89;
padding: 10px; 
width:25%;
}

.txikipedia-hover:hover {
background: #00af89; 
color: white;
}

.funtsezkoak-hover a {color: #d33;}
.funtsezkoak-hover:hover a {color: white;}

.udalerriak-hover a {color: #36c;}
.udalerriak-hover:hover a {color: white;}

.emakumeak-hover a {color: #9400d3;}
.emakumeak-hover:hover a {color: white;}

.txikipedia-hover a {color: #00af89;}
.txikipedia-hover:hover a {color: white;}

.funtsezkoak {
  transition: all 2s;
}