Shreygupta (Talk | contribs) |
Shreygupta (Talk | contribs) |
||
Line 84: | Line 84: | ||
} | } | ||
#content h1 { | #content h1 { | ||
− | margin: 0 | + | margin: 20px 0 20px 0; |
line-height: 1.3; | line-height: 1.3; | ||
font-family: 'Raleway', sans-serif; | font-family: 'Raleway', sans-serif; | ||
Line 90: | Line 90: | ||
} | } | ||
#content h2, h3 { | #content h2, h3 { | ||
− | margin: 0 | + | margin: 15px 0 15px 0; |
} | } | ||
#content p { | #content p { | ||
− | margin: 0 | + | margin: 15px 0 15px 0; |
line-height: 2; | line-height: 2; | ||
} | } | ||
Line 99: | Line 99: | ||
overflow: hidden; | overflow: hidden; | ||
padding-right: 60px; | padding-right: 60px; | ||
− | background-color: | + | background-color: rgb(255,255,255); |
+ | box-shadow: 0px 5px 30px -7px rgba(0,0,0,0.75); | ||
} | } | ||
Line 128: | Line 129: | ||
.dropbtn { | .dropbtn { | ||
position: relative; | position: relative; | ||
− | background-color: | + | background-color: rgb(255,255,255); |
height: 42px; | height: 42px; | ||
} | } | ||
Line 145: | Line 146: | ||
.navbar a:hover, .dropdown:hover .dropbtn { | .navbar a:hover, .dropdown:hover .dropbtn { | ||
− | background-color: | + | background-color: rgb(255,255,255); |
} | } | ||
Line 151: | Line 152: | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
− | background-color: | + | background-color: rgb(255,255,255); |
min-width: 160px; | min-width: 160px; | ||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); |
Revision as of 11:11, 28 October 2017