Add grid item margins and sample text
This commit is contained in:
+10
-3
@@ -5,15 +5,22 @@
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
background: #baffbd;
|
||||
background: linear-gradient(135deg, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
|
||||
position: relative;
|
||||
|
||||
float: left;
|
||||
|
||||
width: 30rem;
|
||||
min-width: 25rem;
|
||||
min-height: 25rem;
|
||||
padding-bottom: 30rem;
|
||||
}
|
||||
|
||||
//border-style: solid;
|
||||
//border-width: 5px;
|
||||
.grid-item-content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@media all and (max-width: 120rem) {
|
||||
|
||||
Reference in New Issue
Block a user