845
edits
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
/* To make images responsive */ | /* To make images responsive */ | ||
.res-img img { | .res-img img { | ||
max-width: | max-width:90%; | ||
height:auto; | height:auto; | ||
} | } | ||
| Line 45: | Line 45: | ||
background-size: cover; | background-size: cover; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
width: | width:100% | ||
} | } | ||
| Line 91: | Line 91: | ||
/* Box */ | /* Box */ | ||
height: 100px; | height: 100px; | ||
width: | width: 90%; | ||
border: 0px none rgb(194, 200, 207); | border: 0px none rgb(194, 200, 207); | ||
border-top: 0px none rgb(194, 200, 207); | border-top: 0px none rgb(194, 200, 207); | ||