-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yiyuan Fang
authored and
Yiyuan Fang
committed
Jun 10, 2020
1 parent
ec858b1
commit 1ab2c86
Showing
6 changed files
with
46 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.basket{ | ||
background-color: #AED6F1; | ||
display: table; | ||
justify-content: center; | ||
border-radius: 10px; | ||
padding: 2px; | ||
margin: 4px; | ||
font-size: 1rem; | ||
|
||
} | ||
|
||
|
||
/*tc bg-light-blue fl w-19 br4 pa3 ma*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.airportblock { | ||
display : inline-block; | ||
min-height: 100%; | ||
min-width: 20%; | ||
justify-content: center; | ||
background-color: #FCF3CF; | ||
padding: 1px; | ||
margin: 5px; | ||
border-radius: 10px | ||
|
||
} | ||
|
||
|
||
/*bg-light-yellow dib br4 pa1 ma3 grow */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters