File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11body {
22 background-color : rgb (250 , 242 , 242 );
3+ font-family : 'Arial' , sans-serif;
4+ margin : 0 ;
5+ padding : 0 ;
36}
47
58.grid {
1114 margin : auto;
1215 justify-content : center;
1316 align-content : center;
17+ border-radius : 10px ;
1418}
1519
1620.grid div {
2327 line-height : 100px ;
2428 font-weight : bold;
2529 font-size : 52px ;
30+ border-radius : 5px ;
2631}
2732
2833.scoreContainer {
3742 margin-top : 50px ;
3843 text-align : center;
3944 font-weight : bold;
45+ color : # 333 ;
4046}
4147
4248.instructions {
4753# result {
4854 text-align : center;
4955 margin : auto;
50- }
56+ }
Original file line number Diff line number Diff line change 1717 padding : 15px 0 ;
1818 color : white;
1919 font-size : 18px ;
20+ box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.2 );
2021}
2122
2223.header a {
2728
2829.header a : hover {
2930 color : # ff6347 ;
31+ border-radius : 5px ;
3032}
3133
3234# container {
7577
7678.button : hover {
7779 background-color : # ff6347 ;
80+ transform : scale (1.05 );
7881}
7982
8083.footer {
You can’t perform that action at this time.
0 commit comments