-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Refreshed and updated demo with some CSS and TS definitions.
- Loading branch information
1 parent
4dc85da
commit acc13b2
Showing
3 changed files
with
72 additions
and
33 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,23 @@ | ||
h2 { | ||
font-size: 20px; | ||
color: #eeeaea; | ||
background-color: #47475C; | ||
padding: 10px; | ||
} | ||
|
||
.full-left { | ||
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; | ||
font-size: 14px; | ||
float: left; | ||
width: 98%; | ||
background-color: #eee; | ||
padding: 5px 1%; | ||
} | ||
.medium-right { | ||
float: right; | ||
width: 65%; | ||
} | ||
.third-left { | ||
width: 30%; | ||
float: left; | ||
} |
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