Skip to content

Commit

Permalink
馃憣 IMPROVE: CSS demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 29, 2018
1 parent 7657a74 commit 080685c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/css.css
Expand Up @@ -3,6 +3,8 @@
*/

.theme {
display: table;
width: 100%;
color: #b362ff;
}

Expand All @@ -14,10 +16,15 @@ a {
a:hover {
opacity: 1;
}

.css-class {
display: grid;
width: 100%;
color: #bada55;
}

#css-id {
display: inline;
padding: 5rem;
background: goldenrod;
}

0 comments on commit 080685c

Please sign in to comment.