Difference between revisions of "Team:Utrecht/styling"

(Created page with "#intro { color:Black; background-color:Yellow; } header{ background-color:LightGreen; border-radius:10px; } article{ background-color:LightGreen; } #thumbnail { di...")
 
(Blanked the page)
 
(4 intermediate revisions by the same user not shown)
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 07:51, 20 August 2018