- typography | max 2 font style (common base style combination are serif (for the content) and sans-serif (for the heading/title)
- color scheme & color theory like gradient | max ?
- icon | max 1 style icon, pick your best!
- consistent components property like:
- rounded in the shape like card
- size of headline, content, and etc...
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
#include <stdio.h> | |
int main() { | |
printf("Hello World!"); | |
return 0; | |
} |
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
package main | |
import ( | |
"fmt" | |
"math" | |
) | |
func main() { | |
binaryLength := 8 | |
var maxValueInDecimal float64 = 0 |
NewerOlder