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
import 'dart:math'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutterass1/textcontrol.dart'; | |
import 'package:flutterass1/wisdom.dart'; | |
void main() => runApp(AssignmentApp()); | |
class AssignmentApp extends StatefulWidget { | |
@override | |
State<StatefulWidget> createState() { |
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
{date} | |
Dear {fullname}, | |
A warm thank you for your donation of <b>{amount}</b> to <b>Aznavour Foundation!</b> | |
As you know, apart from huge cultural legacy, Charles Aznavour has dedicated his efforts towards making a difference in the lives of other people. Among his charitable activities, he provided aid to the victims of the 1988 earthquake in Armenia and continues his humanitarian projects through the Aznavour Foundation founded with his son Nicolas Aznavour in 2017. | |
Your contribution will help the Foundation to achieve its goals of implementing projects in the areas of social welfare, education, culture and international integration. |
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
/** | |
* Negative border-radius border | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
/** | |
* 3d transform for Tiny Fort | |
*/ | |
.tech-canvas { | |
position: relative; | |
width: 500px; | |
height: 500px; | |
perspective: 800px; | |
box-shadow: 0 0 5px #000 inset; |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
/** | |
* L2 Classic Preorder Page Layout | |
*/ | |
html, body { | |
height: 100%; | |
margin: 0; | |
} | |
.layout { |
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
/** | |
* L2 Classic Preorder Page Layout | |
*/ | |
html, body { | |
height: 100%; | |
margin: 0; | |
} | |
.layout { |
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
/** | |
* Inline-block/overflow hidden vertical alignment | |
*/ | |
div { | |
width: 20%; | |
margin: auto; | |
border: 1px solid cyan; | |
text-align: center; | |
} |
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
/** | |
* Vertical alignment | |
*/ | |
html, | |
body { | |
height: 100%; | |
margin: 0; | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html, | |
body { | |
height: 100%; | |
margin: 0; | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
} |
NewerOlder