Difference between revisions of "Team:Utrecht/styling.css"

(Blanked the page)
 
Line 1: Line 1:
#intro {
 
color:Black;
 
background-color:Yellow;
 
}
 
  
header{
 
background-color:LightGreen;
 
border-radius:10px;
 
}
 
 
 
article{
 
background-color:LightGreen;
 
}
 
 
#thumbnail {
 
display: block;
 
width: 150px;
 
height: 150px;
 
}
 
 
#thumbnail:hover + #title {
 
display: block;
 
}
 
 
#title {
 
display: none;
 
color: #ffffff;
 
background-color: #000000;
 
text-align: center;
 
width: 130px;
 
padding: 10px;
 
}
 

Latest revision as of 09:37, 1 June 2018