-
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.
Maxwell Cofie
authored and
Maxwell Cofie
committed
Jul 12, 2017
1 parent
fb98a6d
commit ddaf98d
Showing
1 changed file
with
9 additions
and
52 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 |
---|---|---|
@@ -1,52 +1,9 @@ | ||
### Emphasis | ||
*Single Asterisks* | ||
**Double Job** | ||
__Double Underscore__ | ||
|
||
|
||
|
||
##Skrike Out | ||
~~I striked you Out~~ | ||
|
||
|
||
### Preformated Code | ||
Use this code `print()` | ||
|
||
### Links | ||
[ Click me to see](www.google.com) | ||
|
||
### Images | ||
![Alt text] (img_url) | ||
|
||
### Quotes | ||
>Tell the world | ||
|
||
## List | ||
- Lette one | ||
- Letter 3 | ||
* See me | ||
* Soo that | ||
+ pop | ||
|
||
|
||
## Tables | ||
First Name | Second Name | ||
------------: | :-----------: | ||
Content One | Content two | ||
|
||
|
||
### Code | ||
<pre>Tree</pre> | ||
<code> var u = 4;</code> | ||
|
||
``` Var c = 2px; ``` | ||
|
||
### Horizontal Rule | ||
* * * | ||
*** | ||
***** | ||
- - - - | ||
----------------- | ||
|
||
|
||
### Krymoh | ||
Krymoh is a CSS framework that focuses on basic animations and transitions in css that adds live to a simple web based application. This was written in SASS | ||
|
||
## Core Components | ||
1. Animations | ||
2. Filters | ||
3. Gradient | ||
4. Translation | ||
5. Transitions |