Spaces:
Sleeping
Sleeping
Commit ·
1d0f787
1
Parent(s): 33dbc83
Update static/style.css
Browse files- static/style.css +11 -0
static/style.css
CHANGED
|
@@ -1071,6 +1071,17 @@ ul {
|
|
| 1071 |
background-size: 600px;
|
| 1072 |
}
|
| 1073 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1074 |
|
| 1075 |
/* -----------------About Cards ------------------------ */
|
| 1076 |
|
|
|
|
| 1071 |
background-size: 600px;
|
| 1072 |
}
|
| 1073 |
|
| 1074 |
+
.card1 {
|
| 1075 |
+
|
| 1076 |
+
background: url("media/raj1.jpg") left center no-repeat;
|
| 1077 |
+
background-size: 350px;
|
| 1078 |
+
|
| 1079 |
+
}
|
| 1080 |
+
|
| 1081 |
+
.card1:hover {
|
| 1082 |
+
background: url("media/raj1.jpg") left center no-repeat;
|
| 1083 |
+
background-size: 600px;
|
| 1084 |
+
}
|
| 1085 |
|
| 1086 |
/* -----------------About Cards ------------------------ */
|
| 1087 |
|