mirror of
https://github.com/10h30/odin-etch-a-sketch.git
synced 2026-07-20 07:03:23 +09:00
Comlete basic task
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
text-align: center;
|
||||
flex-wrap: wrap;
|
||||
width: 800px;
|
||||
-webkit-box-shadow:inset 0px 0px 0px 5px gray;
|
||||
-moz-box-shadow:inset 0px 0px 0px 5px gray;
|
||||
box-shadow:inset 0px 0px 0px 5px gray;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
||||
@@ -13,4 +11,8 @@
|
||||
-webkit-box-shadow:inset 0px 0px 0px 1px gray;
|
||||
-moz-box-shadow:inset 0px 0px 0px 1px gray;
|
||||
box-shadow:inset 0px 0px 0px 1px gray;
|
||||
}
|
||||
|
||||
.changecolor {
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user