Bioluminati (Talk | contribs) (Created page with "{{Template:IIT_Kanpur}} <html> <head> <!-- This tells the browser that your page is responsive --> <meta name="viewport" content="width=device-width, initial-scale=1">...") |
|||
Line 72: | Line 72: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 18px; | font-size: 18px; | ||
− | transition: | + | transition: 2s ease; |
border-radius: 0 3px 3px 0; | border-radius: 0 3px 3px 0; | ||
} | } | ||
Line 89: | Line 89: | ||
/* Caption text */ | /* Caption text */ | ||
.text { | .text { | ||
− | color: # | + | color: #1B037B; |
font-size: 15px; | font-size: 15px; | ||
padding: 8px 12px; | padding: 8px 12px; | ||
Line 100: | Line 100: | ||
/* Number text (1/3 etc) */ | /* Number text (1/3 etc) */ | ||
.numbertext { | .numbertext { | ||
− | color: # | + | color: #064205; |
font-size: 12px; | font-size: 12px; | ||
padding: 8px 12px; | padding: 8px 12px; | ||
Line 116: | Line 116: | ||
border-radius: 50%; | border-radius: 50%; | ||
display: inline-block; | display: inline-block; | ||
− | transition: background-color | + | transition: background-color 2s ease; |
} | } | ||
.active, .dot:hover { | .active, .dot:hover { | ||
− | background-color: # | + | background-color: #F50105; |
} | } | ||
Revision as of 12:34, 14 October 2018