Fouzanjaved commited on
Commit
690ab88
·
verified ·
1 Parent(s): 69f9406

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ .display {
2
+ font-size: 2em;
3
+ word-wrap: break-word;
4
+ }
5
+
6
+ .btn-group {
7
+ display: flex;
8
+ }