This commit is contained in:
Andy
2020-03-10 15:46:48 +01:00
parent b449bc746b
commit 9158814bde
5 changed files with 121 additions and 331 deletions
+13
View File
@@ -0,0 +1,13 @@
.bigbox{
display: grid;
grid-template-columns: 25% 25% auto;
grid-template-rows: auto auto auto;
grid-gap: 1em;
padding: 1em;
border: 2px solid yellowgreen;
}
.box{
width: 100%;
height: 150px;
background-color: yellowgreen;
}